summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-29 03:43:58 +0200
committerPablo Barciela <[email protected]>2020-04-29 04:08:45 +0200
commit9ad412c36a6a7a574553c33c181ccb6d5c17da8a (patch)
treebac36dd8546732ef1f0f2b2ab64cf7ceb3bace34 /.travis.yml
parent215a087ce4de33205d8dd866291d099c408e5ea3 (diff)
downloadmate-sensors-applet-9ad412c36a6a7a574553c33c181ccb6d5c17da8a.tar.bz2
mate-sensors-applet-9ad412c36a6a7a574553c33c181ccb6d5c17da8a.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..19abfd3 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-sensors-applet"
+ 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