diff options
author | Pablo Barciela <[email protected]> | 2020-07-19 13:23:08 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-19 13:23:08 +0200 |
commit | f44c94ec281a573489d37f4efa09e93f1edb72d2 (patch) | |
tree | 5d437faa42d6e91f23ae9b9e3b7e984c8a80343b /.travis.yml | |
parent | 8bea0944a304f9531d424b5f50b8a29417b2a54c (diff) | |
download | mate-notification-daemon-f44c94ec281a573489d37f4efa09e93f1edb72d2.tar.bz2 mate-notification-daemon-f44c94ec281a573489d37f4efa09e93f1edb72d2.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 2cae4d0..41f6f82 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-notification-daemon" channels: - "irc.freenode.org#mate-dev" |