diff options
author | Pablo Barciela <[email protected]> | 2020-06-27 01:11:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-27 01:11:58 +0200 |
commit | 384a9de2178ec79a281a4e54c0a17b7aabd5c298 (patch) | |
tree | ab56d9ebc32c9aabf129c0e4f845c54a6f005008 | |
parent | 54f67527bd690602e48195b8a7ca0c918653fafa (diff) | |
download | caja-dropbox-384a9de2178ec79a281a4e54c0a17b7aabd5c298.tar.bz2 caja-dropbox-384a9de2178ec79a281a4e54c0a17b7aabd5c298.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 4700f34..0411a5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: notifications: irc: - if: branch = master AND + if: (tag OR branch = master) AND repo = "mate-desktop/caja-dropbox" channels: - "irc.freenode.org#mate-dev" |