Make travis only notify if the build changes status

Change the behaviour of travis to only notify if the build status
changes. The previous behaviour which was notifying for every build
regardless of status added a lot of unnecessary noise to the IRC
channel.
This commit is contained in:
Nikos Tsipinakis 2017-04-01 21:36:16 +03:00
parent c9d9046b3e
commit c445d1477c

View File

@ -13,5 +13,5 @@ notifications:
irc:
channels:
- "chat.freenode.net#dunst"
on_success: always
on_success: change
on_failure: always