summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-06 01:55:22 +0200
committerPablo Barciela <[email protected]>2020-07-06 01:55:22 +0200
commit3105e272ce2916f11ea4e8a70c5fb2507ed081c0 (patch)
tree74b830ec2a4718d9add84f2a172356ffdaa6370b /.travis.yml
parent9af347969c0abcaca5a81b01da80d9fa5c2737aa (diff)
downloadmate-indicator-applet-3105e272ce2916f11ea4e8a70c5fb2507ed081c0.tar.bz2
mate-indicator-applet-3105e272ce2916f11ea4e8a70c5fb2507ed081c0.tar.xz
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f16c67..cd6cff3 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-indicator-applet"
channels:
- "irc.freenode.org#mate-dev"