summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-07 15:40:33 +0200
committerPablo Barciela <[email protected]>2020-08-07 15:40:33 +0200
commitd3b42ecb4919bb295db18234d67b47c6c01ee8ba (patch)
treeb514136f23d6608dcece0aae1901a5c664022ee2
parenteaf1e6bbec064d9599d9d788278211b7be5916bd (diff)
downloadmozo-d3b42ecb4919bb295db18234d67b47c6c01ee8ba.tar.bz2
mozo-d3b42ecb4919bb295db18234d67b47c6c01ee8ba.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 f2540db..aa1531a 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 = "1.24") 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