summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-06-26 12:03:57 +0200
committerPablo Barciela <[email protected]>2020-06-26 12:03:57 +0200
commit404a3f2710e0fda37fc2af36d9df5c188e34798c (patch)
tree77d60fba914e0e921bde53d9d7857bc29834b1d9
parent2529620900bbb4f02570d11885698c62c1c159f1 (diff)
downloadcaja-404a3f2710e0fda37fc2af36d9df5c188e34798c.tar.bz2
caja-404a3f2710e0fda37fc2af36d9df5c188e34798c.tar.xz
Travis CI: enable irc notifications with tagged commits
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 94538768..5c1c19c8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ script:
notifications:
irc:
- if: branch = master AND
+ if: (tag OR branch = master) AND
repo = mate-desktop/caja
channels:
- "irc.freenode.org#mate-dev"