summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-22 19:22:04 +0200
committerPablo Barciela <[email protected]>2020-04-22 19:47:01 +0200
commit843f3189befc318020b8a55147d38a5afe291e37 (patch)
tree3fa511af9f6375a7fd247536ce60ed4daeae36fc /.travis.yml
parent022b9a0e9ed200804055cda51944eee43d449b03 (diff)
downloadpluma-843f3189befc318020b8a55147d38a5afe291e37.tar.bz2
pluma-843f3189befc318020b8a55147d38a5afe291e37.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 3ea4e804..b087f38c 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/pluma
+ 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