diff options
author | Pablo Barciela <[email protected]> | 2020-06-30 15:26:09 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-30 15:26:09 +0200 |
commit | a8e428b303205805ea13466f0980d799bd2fcee5 (patch) | |
tree | b478d1b21817baa8e618d406e39234764d7ef0c9 | |
parent | 5a5a46b371960714993562971a53b24ae9cbfc09 (diff) | |
download | libmateweather-a8e428b303205805ea13466f0980d799bd2fcee5.tar.bz2 libmateweather-a8e428b303205805ea13466f0980d799bd2fcee5.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 e189946..08b468e 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/libmateweather channels: - "irc.freenode.org#mate-dev" |