summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-06-12 02:00:51 +0200
committerPablo Barciela <[email protected]>2020-06-12 02:36:43 +0200
commit8e86de8b61dd392b284d150a1df1d8c8543e6cb4 (patch)
tree79e24ddb1f1b6d380e3dc160b6b0e5e8ec9ecd18
parentcd8c5b494bd6338f7057c70546b8702ce464b4df (diff)
downloadmate-user-share-8e86de8b61dd392b284d150a1df1d8c8543e6cb4.tar.bz2
mate-user-share-8e86de8b61dd392b284d150a1df1d8c8543e6cb4.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 af6b113..a3cb6d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = "1.24" AND
+ repo = "mate-desktop/mate-user-share"
+ 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