diff options
author | Pablo Barciela <[email protected]> | 2020-06-26 12:03:57 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-26 12:03:57 +0200 |
commit | 404a3f2710e0fda37fc2af36d9df5c188e34798c (patch) | |
tree | 77d60fba914e0e921bde53d9d7857bc29834b1d9 | |
parent | 2529620900bbb4f02570d11885698c62c1c159f1 (diff) | |
download | caja-404a3f2710e0fda37fc2af36d9df5c188e34798c.tar.bz2 caja-404a3f2710e0fda37fc2af36d9df5c188e34798c.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 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" |