summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 20:00:07 +0200
committerPablo Barciela <[email protected]>2020-04-19 20:21:47 +0200
commite4fcd68b78c86171516cdc6cef70de89e528a16d (patch)
treee5cfd81d134bb621ef36917e82da01d425fc73a2
parent6924b50d785c883f3dadea44cee608c82c90f7ff (diff)
downloadmate-applets-e4fcd68b78c86171516cdc6cef70de89e528a16d.tar.bz2
mate-applets-e4fcd68b78c86171516cdc6cef70de89e528a16d.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 31ef220b..50de6ca4 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-applets"
+ 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