summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-18 01:53:42 +0200
committerPablo Barciela <[email protected]>2020-04-18 02:14:30 +0200
commit9cd55edc8599e04d58de131ff55923ce7691ea2b (patch)
tree21d647c0b03432b5cc9b71d4a73b07aee5f44b91 /.travis.yml
parent3993f39ea706f3389d2cc241818d872d1f6ee4bf (diff)
downloadcaja-extensions-9cd55edc8599e04d58de131ff55923ce7691ea2b.tar.bz2
caja-extensions-9cd55edc8599e04d58de131ff55923ce7691ea2b.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 c316da6..7e765c4 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/caja-extensions"
+ 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