diff options
author | Pablo Barciela <[email protected]> | 2020-06-28 00:12:28 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-28 00:12:28 +0200 |
commit | 5d23e4e33af855f770ec88a467ec08bd1f5df3f1 (patch) | |
tree | 78d6407e0e3f95d00b5e1c972d0485a7b0739bdd | |
parent | 8ef04724513572bf5ef22a8ab6ea8d07350d9851 (diff) | |
download | eom-5d23e4e33af855f770ec88a467ec08bd1f5df3f1.tar.bz2 eom-5d23e4e33af855f770ec88a467ec08bd1f5df3f1.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 8a0927d..9d39744 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/eom channels: - "irc.freenode.org#mate-dev" |