diff options
author | Pablo Barciela <[email protected]> | 2020-06-27 01:12:28 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-27 01:12:28 +0200 |
commit | a92e7aa4e086c7af2b866af1eb09527b5599365e (patch) | |
tree | 3b2faa1c4445f3ba5738e0cad05c82555eb62d9f | |
parent | 274d435c1798eee95fdec499c41666cbc248c831 (diff) | |
download | caja-extensions-a92e7aa4e086c7af2b866af1eb09527b5599365e.tar.bz2 caja-extensions-a92e7aa4e086c7af2b866af1eb09527b5599365e.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 512d7b5..68d738f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/caja-extensions" channels: - "irc.freenode.org#mate-dev" |