summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-24 00:46:08 +0200
committerPablo Barciela <[email protected]>2020-04-24 01:33:20 +0200
commit3b9b7eca66936c29fea886ae2b3dd0eeae1c3748 (patch)
tree55827500eb3ae66989374c8d4db3c69571890905 /.travis.yml
parent50ea227e570f9610ad87f191b6f4f49132b16a47 (diff)
downloadmate-panel-3b9b7eca66936c29fea886ae2b3dd0eeae1c3748.tar.bz2
mate-panel-3b9b7eca66936c29fea886ae2b3dd0eeae1c3748.tar.xz
Travis CI: enable irc notifications with broken builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c316da6a..f560500b 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/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: pages
edge: true