diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-28 12:12:57 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-28 12:12:57 +0100 |
commit | 66cbe7684ba676f1ba41482c6e8b1d52e608e0c2 (patch) | |
tree | 5b20cbfda00441b37f0f2f071b134f98141efa97 | |
parent | f4e581118c2e1d41d861f5b82b8956e4fc560495 (diff) | |
download | sbotools2-66cbe7684ba676f1ba41482c6e8b1d52e608e0c2.tar.xz |
Travis should only alert the irc channel on change
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4be1088..a0955c3 100644 --- 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 |