mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
travis: Only notify IRC on success if the previous build failed
Without this, Travis is rather spammy. Travis will continue to notify the IRC channel on each build failure, which seems desirable.
This commit is contained in:
parent
1d652c8719
commit
36a59b466a
1 changed files with 5 additions and 1 deletions
|
@ -15,5 +15,9 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- ./configure
|
- ./configure
|
||||||
- make test
|
- make test
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#notmuch"
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#notmuch"
|
||||||
|
on_success: change
|
||||||
|
|
Loading…
Reference in a new issue