summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-28 01:47:26 +0200
committerPablo Barciela <[email protected]>2020-07-28 01:47:26 +0200
commit372c9903f7c8518eae842077bb7006f75fc27dfe (patch)
tree705bdb423da017e7c99677b29a770278cf66ee1f /.travis.yml
parent660e7bb17310d4c35296ac227414bee28d3159ac (diff)
downloadmate-settings-daemon-372c9903f7c8518eae842077bb7006f75fc27dfe.tar.bz2
mate-settings-daemon-372c9903f7c8518eae842077bb7006f75fc27dfe.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 92207e2..410a44c 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-settings-daemon"
channels:
- "irc.freenode.org#mate-dev"