summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-18 23:56:29 +0200
committerPablo Barciela <[email protected]>2020-04-19 00:22:52 +0200
commit5828a69a942412f87c72d217712798a1748cb969 (patch)
tree804af6cea46fd3742ca84c3790fb72b35fe60cb0
parent3a5e9121991ba1d22969a4567456613d60769e74 (diff)
downloadeom-5828a69a942412f87c72d217712798a1748cb969.tar.bz2
eom-5828a69a942412f87c72d217712798a1748cb969.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 c316da6..b324846 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/eom
+ 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