diff options
author | Pablo Barciela <[email protected]> | 2020-07-28 01:46:52 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-28 01:46:52 +0200 |
commit | 60bf21127cc70069b52ad0635733ccbe151ba033 (patch) | |
tree | 89d63b7868a5a72ed55690d0179a7e1805c732c6 /.travis.yml | |
parent | cac03477fba7fe9fdba4371947da647e4876e1d9 (diff) | |
download | mate-system-monitor-60bf21127cc70069b52ad0635733ccbe151ba033.tar.bz2 mate-system-monitor-60bf21127cc70069b52ad0635733ccbe151ba033.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 4774f41..d45a18b 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-system-monitor" channels: - "irc.freenode.org#mate-dev" |