summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-18 01:07:30 +0200
committerPablo Barciela <[email protected]>2020-04-18 02:01:40 +0200
commitceef2452628899da897c35c66d4230b1fbfa6113 (patch)
tree793656d8367176ecca7e00bad502949c24221d3b
parent9b6fb4ee405ce7a7c32554d74076d7f5f6dc7bdd (diff)
downloadcaja-ceef2452628899da897c35c66d4230b1fbfa6113.tar.bz2
caja-ceef2452628899da897c35c66d4230b1fbfa6113.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 976a7ae4..66e12e0b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = "1.24" AND
+ repo = mate-desktop/caja
+ 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