summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-05-07 14:36:13 +0200
committerPablo Barciela <[email protected]>2020-05-08 02:10:21 +0200
commit8abd863076da20f44b43561ed587a7b031f1ce02 (patch)
tree76d8c25a7752433bd516f1f8d8663386ba2d735a
parent78aae5c30b7e8264d72450a99449530dba0eb648 (diff)
downloadmate-polkit-8abd863076da20f44b43561ed587a7b031f1ce02.tar.bz2
mate-polkit-8abd863076da20f44b43561ed587a7b031f1ce02.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..82bd239 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-polkit"
+ 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