Travis: Reduce IRC notification spam

Only send a "the build passed" notification if it previously didn't, i.e. the build was fixed.
Failure notifications stay the same
This commit is contained in:
Lorenz Hübschle-Schneider 2014-04-26 16:00:37 +01:00
parent 16365db588
commit 8cb6fc623e

View file

@ -9,3 +9,5 @@ notifications:
channels: "chat.freenode.net#glowing-bear"
use_notice: true
skip_join: true
on_success: change
on_failure: always