summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 00:14:00 +0200
committerPablo Barciela <[email protected]>2020-04-19 00:58:20 +0200
commit4528feeacb4d59a906edc24fb5d53e9c4cb0ff58 (patch)
tree76e778f3b48fe02ae584474f8c03ed6ccb65fe95 /.travis.yml
parent83b089f4e544813404dc9760d620a792cdc6d733 (diff)
downloadmarco-4528feeacb4d59a906edc24fb5d53e9c4cb0ff58.tar.bz2
marco-4528feeacb4d59a906edc24fb5d53e9c4cb0ff58.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 19e725e3..d81b340b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson
+notifications:
+ irc:
+ if: branch = master AND
+ repo = mate-desktop/marco
+ 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