summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-24 00:46:54 +0200
committerPablo Barciela <[email protected]>2020-04-24 01:33:02 +0200
commit0042bbb66d16b82d4bb84482e3b2c1a4f51175ee (patch)
tree8f625eafbc86962dc8db61003fc07c35b3b54543
parent96419be1c2bdafa657b95816354324237367c421 (diff)
downloadmate-panel-0042bbb66d16b82d4bb84482e3b2c1a4f51175ee.tar.bz2
mate-panel-0042bbb66d16b82d4bb84482e3b2c1a4f51175ee.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..9f6dccc6 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-panel"
+ 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