summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-07-01 16:50:45 +0200
committerPablo Barciela <[email protected]>2020-07-01 16:50:45 +0200
commitb8a61b79b1f5a17cf7b2053238239bbab937d3bf (patch)
tree2ed611b8202d72b13d0d78eac13fd64cbeec1370 /.travis.yml
parent59110517eee51f8b6d327eb4588d207af8575b8b (diff)
downloadmate-backgrounds-b8a61b79b1f5a17cf7b2053238239bbab937d3bf.tar.bz2
mate-backgrounds-b8a61b79b1f5a17cf7b2053238239bbab937d3bf.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 a80457f..003f55b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ script:
notifications:
irc:
- if: branch = master AND
+ if: (tag OR branch = master) AND
repo = "mate-desktop/mate-backgrounds"
channels:
- "irc.freenode.org#mate-dev"