diff options
author | Pablo Barciela <[email protected]> | 2020-06-28 00:12:04 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-28 00:12:04 +0200 |
commit | abfe5d9dee3a2d7057fbc0377a4cfdb21aa11679 (patch) | |
tree | 797d6eeb3d5a1eec2d079ff7405d9d8f36b88c6c /.travis.yml | |
parent | 6b2b3b41ac74254d0dcd3a22d8e6fec2be499a90 (diff) | |
download | engrampa-abfe5d9dee3a2d7057fbc0377a4cfdb21aa11679.tar.bz2 engrampa-abfe5d9dee3a2d7057fbc0377a4cfdb21aa11679.tar.xz |
Travis CI: enable irc notifications with tagged commits
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5d40c25..ac3de75 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/engrampa channels: - "irc.freenode.org#mate-dev" |