diff options
author | Pablo Barciela <[email protected]> | 2020-07-01 16:51:15 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-01 16:51:15 +0200 |
commit | 6074e92751f5958c99c2a8f96283a977e20dbb0d (patch) | |
tree | 9ade175e8b95e77778daa705d67ec650c2801319 /.travis.yml | |
parent | f58bfc60aabd7baaf5351f4d2b4edb37be0efe04 (diff) | |
download | mate-applets-6074e92751f5958c99c2a8f96283a977e20dbb0d.tar.bz2 mate-applets-6074e92751f5958c99c2a8f96283a977e20dbb0d.tar.xz |
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 24c0d70b..1824cbc9 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/mate-applets" channels: - "irc.freenode.org#mate-dev" |