summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-25 03:44:25 +0200
committerPablo Barciela <[email protected]>2020-04-25 04:03:45 +0200
commit47f8325d02c2df544ca25f65932af792b88bd0bf (patch)
tree82f627be8286b7316d6a6a2a30c675a765aa5f4c
parentd0cbaffa60b440ce7067d79191fbe9179ab4e3f1 (diff)
downloadmate-terminal-47f8325d02c2df544ca25f65932af792b88bd0bf.tar.bz2
mate-terminal-47f8325d02c2df544ca25f65932af792b88bd0bf.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..82b2acb 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-terminal"
+ 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