summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-07 15:38:12 +0200
committerPablo Barciela <[email protected]>2020-08-07 15:38:25 +0200
commit75c6d862ad27205d35a79a316d71bdf48453843a (patch)
treec7aebb03b6d4caff4a890df319c324a50bc975d3
parenteeaf79cd9530ceee211c489a86ec2082b8702f86 (diff)
downloadmozo-75c6d862ad27205d35a79a316d71bdf48453843a.tar.bz2
mozo-75c6d862ad27205d35a79a316d71bdf48453843a.tar.xz
Travis CI: enable irc notifications with tagged commits
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 537c2d7..dfafcbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build meson --build scripts
+notifications:
+ irc:
+ if: (tag OR branch = master) AND
+ repo = mate-desktop/mozo
+ 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: script
edge: true