summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-19 13:29:40 +0200
committerPablo Barciela <[email protected]>2020-07-19 13:29:40 +0200
commit7aabc00b3c0ed43c2a274b671db54dd156d8b911 (patch)
treeef4c302b00128cc495d18de53699c21b5c7b1a25 /.travis.yml
parentcd804da20734439a46a039cac6fa0cc363ffe205 (diff)
downloadmate-polkit-7aabc00b3c0ed43c2a274b671db54dd156d8b911.tar.bz2
mate-polkit-7aabc00b3c0ed43c2a274b671db54dd156d8b911.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 a4b36a0..7c8ea02 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-polkit"
channels:
- "irc.freenode.org#mate-dev"