summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-08-01 00:37:09 +0200
committerPablo Barciela <[email protected]>2020-08-01 00:37:09 +0200
commit222afc5b68f3412048f128fb4866bc6e9cf2d759 (patch)
tree50618725792eaa794150c2128bea5e32561f2c59 /.travis.yml
parent02eb28fc754bad88ba7365ff21b834e543f82ad7 (diff)
downloadmate-user-share-222afc5b68f3412048f128fb4866bc6e9cf2d759.tar.bz2
mate-user-share-222afc5b68f3412048f128fb4866bc6e9cf2d759.tar.xz
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fbbb9a6..077a504 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ script:
notifications:
irc:
- if: branch = "1.24" AND
+ if: (tag OR branch = "1.24") AND
repo = "mate-desktop/mate-user-share"
channels:
- "irc.freenode.org#mate-dev"