summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 19:58:57 +0200
committerPablo Barciela <[email protected]>2020-04-19 20:21:29 +0200
commitd4b0c38f8292c7a10b9c126a1fa540f5733145b6 (patch)
tree79724ab0e6033cfcd67fb25c392354c1e41ba294 /.travis.yml
parent6c047873b96b2045487844dcccf0e390516be72d (diff)
downloadmate-applets-d4b0c38f8292c7a10b9c126a1fa540f5733145b6.tar.bz2
mate-applets-d4b0c38f8292c7a10b9c126a1fa540f5733145b6.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 c316da6a..91ddf385 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-applets"
+ 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