diff options
author | Pablo Barciela <[email protected]> | 2020-06-27 01:13:46 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-27 01:13:46 +0200 |
commit | b03de45225e5824ffbe7561f8ee75f882bb899c8 (patch) | |
tree | 2c6980ccc395b16e7a4c44663028bbe90fbe6cd8 | |
parent | c506999675f73f6ceeada2f61b9f9311352c21f5 (diff) | |
download | caja-extensions-b03de45225e5824ffbe7561f8ee75f882bb899c8.tar.bz2 caja-extensions-b03de45225e5824ffbe7561f8ee75f882bb899c8.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 775ce16..bfa0c77 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/caja-extensions" channels: - "irc.freenode.org#mate-dev" |