Travis CI: enable irc notifications with tagged commits
parent
2cbc46a908
commit
432e90a878
|
@ -22,7 +22,7 @@ script:
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
if: branch = "1.24" AND
|
if: (tag OR branch = "1.24") AND
|
||||||
repo = "mate-desktop/mate-terminal"
|
repo = "mate-desktop/mate-terminal"
|
||||||
channels:
|
channels:
|
||||||
- "irc.freenode.org#mate-dev"
|
- "irc.freenode.org#mate-dev"
|
||||||
|
|
Loading…
Reference in New Issue