summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-06-12 01:59:21 +0200
committerPablo Barciela <[email protected]>2020-06-12 02:35:57 +0200
commit0ac8ecb990d2ac92abe5cf4ae7e22ed100d51990 (patch)
tree0d5ab85202d6998836db1f2454269f19e881eccd /.travis.yml
parent4822609712331ac158e87e7747b163b8b5ee32e3 (diff)
downloadmate-user-share-0ac8ecb990d2ac92abe5cf4ae7e22ed100d51990.tar.bz2
mate-user-share-0ac8ecb990d2ac92abe5cf4ae7e22ed100d51990.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 3ea4e80..502f03a 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-user-share"
+ 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