summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-18 01:06:20 +0200
committerraveit65 <[email protected]>2022-07-20 23:48:28 +0200
commit518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d (patch)
tree072539f8f63ce74a761813e7f988a9df6fc69306
parentfe04d297617d05191a1adcc4609260e68051739a (diff)
downloadcaja-518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d.tar.bz2
caja-518ef2d87cdf454526f605b8fe2f3fdfd65e2a7d.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 3304ed09..827395f1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = master 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: pages
edge: true