summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 00:10:28 +0200
committerPablo Barciela <[email protected]>2020-04-19 00:29:38 +0200
commit3b74151104cf7369cd3e6bd17b8c6b317c3013fb (patch)
tree434a9c13a15cd411a4ce3f04b95da126f19063e8
parent07744f50e5ddb8a5c319474f0c13b035f32c14ec (diff)
downloadlibmatemixer-3b74151104cf7369cd3e6bd17b8c6b317c3013fb.tar.bz2
libmatemixer-3b74151104cf7369cd3e6bd17b8c6b317c3013fb.tar.xz
Travis CI: enable irc notifications with broken builds
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4973e51..24079e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = master AND
+ repo = mate-desktop/libmatemixer
+ channels:
+ - "irc.freenode.org#mate-dev"
+ template:
+ - "[%{repository_name}] %{author}: %{commit_subject}"
+ - "[%{branch}] %{commit} %{message} %{build_url}"
+ on_success: never
+ on_failure: always
+
deploy:
- provider: pages
edge: true