summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-06-26 12:03:57 +0200
committerraveit65 <[email protected]>2022-07-21 17:18:11 +0200
commit9cec0fe141e7c41dbabc00ff7573614f8295a323 (patch)
treeea19cd2474090bf243dbc91096dccb0499c7d1b0 /.travis.yml
parent7807e663a72f7045cec5b1033779f47e8f326da8 (diff)
downloadcaja-9cec0fe141e7c41dbabc00ff7573614f8295a323.tar.bz2
caja-9cec0fe141e7c41dbabc00ff7573614f8295a323.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 827395f1..9e8429e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,7 +27,7 @@ script:
notifications:
irc:
- if: branch = master AND
+ if: (tag OR branch = master) AND
repo = mate-desktop/caja
channels:
- "irc.freenode.org#mate-dev"