summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 20:04:24 +0200
committerPablo Barciela <[email protected]>2020-04-19 20:28:58 +0200
commitf45a78536074184e70fcf602beae1e60ae6ddd4e (patch)
treee58d2298597aa44205cd1a068003f67410cc65c0 /.travis.yml
parentae0dc58378e324b7716c365d9f6c1e84283dcb07 (diff)
downloadmate-calc-f45a78536074184e70fcf602beae1e60ae6ddd4e.tar.bz2
mate-calc-f45a78536074184e70fcf602beae1e60ae6ddd4e.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 31ef220..70f13f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = "1.24" AND
+ repo = "mate-desktop/mate-calc"
+ 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