diff options
author | Pablo Barciela <[email protected]> | 2020-07-19 13:25:39 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-19 13:25:39 +0200 |
commit | 54e799ecca5990a7e815d263fb7715d23a94d2b4 (patch) | |
tree | 0c65461645272d03ac49099981fb2543a2aaef6b | |
parent | 8b97fb637eb1ffaea594d885b26bf3619d7941f3 (diff) | |
download | mate-notification-daemon-54e799ecca5990a7e815d263fb7715d23a94d2b4.tar.bz2 mate-notification-daemon-54e799ecca5990a7e815d263fb7715d23a94d2b4.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 f80d514..51b93f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ script: notifications: irc: - if: branch = "1.24" AND + if: (tag OR branch = "1.24") AND repo = "mate-desktop/mate-notification-daemon" channels: - "irc.freenode.org#mate-dev" |