diff options
author | Pablo Barciela <[email protected]> | 2020-06-26 12:09:15 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-26 12:09:15 +0200 |
commit | 12a35ab19185f78052e78f3cdab115389b27f40d (patch) | |
tree | a40efefbcf04173986f0f48b2d2d46add68f4771 | |
parent | 8390f252013006be1178b54645170b051c7826b1 (diff) | |
download | caja-12a35ab19185f78052e78f3cdab115389b27f40d.tar.bz2 caja-12a35ab19185f78052e78f3cdab115389b27f40d.tar.xz |
Travis CI: enable irc notifications with tagged commits
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 55ae464f..57ead514 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = mate-desktop/caja channels: - "irc.freenode.org#mate-dev" |