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:
parent
16365db588
commit
8cb6fc623e
1 changed files with 2 additions and 0 deletions
|
@ -9,3 +9,5 @@ notifications:
|
||||||
channels: "chat.freenode.net#glowing-bear"
|
channels: "chat.freenode.net#glowing-bear"
|
||||||
use_notice: true
|
use_notice: true
|
||||||
skip_join: true
|
skip_join: true
|
||||||
|
on_success: change
|
||||||
|
on_failure: always
|
||||||
|
|
Loading…
Reference in a new issue