summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-30 04:51:23 +0200
committerPablo Barciela <[email protected]>2020-04-30 05:09:31 +0200
commit68c364edb806c6f8819dc6b76e2f997a4ec5a8ea (patch)
tree6e2982661f77f7535b0e6b3a01061c3ec01524ce
parent1841bb867671817e70791694e00ecc4db2772eb6 (diff)
downloadmate-screensaver-68c364edb806c6f8819dc6b76e2f997a4ec5a8ea.tar.bz2
mate-screensaver-68c364edb806c6f8819dc6b76e2f997a4ec5a8ea.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 31ef220..9bbe390 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = "1.24" AND
+ repo = "mate-desktop/mate-screensaver"
+ 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: script
edge: true