summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-30 04:49:04 +0200
committerPablo Barciela <[email protected]>2020-04-30 05:07:37 +0200
commite21739d33b90400dc29fbf971206782a4e622dd7 (patch)
treeff8772f799e5f9b5a0e29dd49a0218a58e4ce51b
parent84b2c38bbba21203bbd3f5a41c24bca8546c3c5a (diff)
downloadmate-screensaver-e21739d33b90400dc29fbf971206782a4e622dd7.tar.bz2
mate-screensaver-e21739d33b90400dc29fbf971206782a4e622dd7.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 3ea4e80..5caf2c0 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-screensaver"
+ 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