diff options
author | Pablo Barciela <[email protected]> | 2020-07-02 17:18:44 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-07-02 17:18:44 +0200 |
commit | 17b3c98a6ec21f935a7398a1da483738124aa77d (patch) | |
tree | d33a3d9a77c31ef3b30768f258c493981485b66f | |
parent | c9d1ee720183bffde731e15ff404b919f4c434d6 (diff) | |
download | mate-calc-17b3c98a6ec21f935a7398a1da483738124aa77d.tar.bz2 mate-calc-17b3c98a6ec21f935a7398a1da483738124aa77d.tar.xz |
Travis CI: enable irc notifications with tagged commits
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dad90a4..f21d25e 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-calc" channels: - "irc.freenode.org#mate-dev" |