summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-30 20:56:48 +0200
committerPablo Barciela <[email protected]>2020-07-30 20:56:48 +0200
commit2bb203914be10384b168282cb0ce592086fc99c8 (patch)
tree5677f002be283bb4563627ee3bc5fb3be97978e6 /.travis.yml
parente6ff299f576c4629d6bbe7d7c60a0163fefd5e9e (diff)
downloadmate-terminal-2bb203914be10384b168282cb0ce592086fc99c8.tar.bz2
mate-terminal-2bb203914be10384b168282cb0ce592086fc99c8.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 df94929..52d5f39 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-terminal"
channels:
- "irc.freenode.org#mate-dev"