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
l-merge-prefix
Lorenz Hübschle-Schneider 11 years ago
parent 16365db588
commit 8cb6fc623e
  1. 2
      .travis.yml

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

Loading…
Cancel
Save