summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-19 13:23:08 +0200
committerPablo Barciela <[email protected]>2020-07-19 13:23:08 +0200
commitf44c94ec281a573489d37f4efa09e93f1edb72d2 (patch)
tree5d437faa42d6e91f23ae9b9e3b7e984c8a80343b
parent8bea0944a304f9531d424b5f50b8a29417b2a54c (diff)
downloadmate-notification-daemon-f44c94ec281a573489d37f4efa09e93f1edb72d2.tar.bz2
mate-notification-daemon-f44c94ec281a573489d37f4efa09e93f1edb72d2.tar.xz
Travis CI: enable irc notifications with tagged commits
-rw-r--r--.travis.yml2
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"