commit 66cbe7684ba676f1ba41482c6e8b1d52e608e0c2
parent f4e581118c2e1d41d861f5b82b8956e4fc560495
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Mon, 28 Dec 2015 12:12:57 +0100
Travis should only alert the irc channel on change
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
@@ -14,4 +14,8 @@ install:
- cpanm Text::Diff Capture::Tiny Test::Output
script: bash -c 'PROVE=`which prove`; sudo $PROVE -v t/*.t'
notifications:
- irc: "chat.freenode.net#sbotools"
+ irc:
+ channels:
+ - "chat.freenode.net#sbotools"
+ on_success: change
+ on_failure: change