summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-03 02:30:45 +0200
committerPablo Barciela <[email protected]>2020-08-03 03:01:29 +0200
commit6244782e8b8311a6fb63a10893ecd1699ca9ad44 (patch)
tree32b0d4ad6070a21f0db57a3983a5ba48304517d1
parent779217a812e3e706d9e2df97f8888e8b09d05d32 (diff)
downloadmate-utils-6244782e8b8311a6fb63a10893ecd1699ca9ad44.tar.bz2
mate-utils-6244782e8b8311a6fb63a10893ecd1699ca9ad44.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 9333738e..0d91ef37 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,6 +26,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: (tag OR branch = master) AND
+ repo = "mate-desktop/mate-utils"
+ 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