summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-25 03:45:19 +0200
committerPablo Barciela <[email protected]>2020-04-25 04:04:18 +0200
commit706daca5fc2c36f126b621a992bef571b91fab8f (patch)
tree011a03848d609c76a637360e74a738ea35c0cc87 /.travis.yml
parent25fdcc052c76ff6ab8c2a51c6194edf394114c27 (diff)
downloadmate-terminal-706daca5fc2c36f126b621a992bef571b91fab8f.tar.bz2
mate-terminal-706daca5fc2c36f126b621a992bef571b91fab8f.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 af6b113..797eea8 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-terminal"
+ 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