aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2014-08-04 21:57:48 -0400
committerGravatar David Bremner <david@tethera.net>2014-08-05 08:03:05 -0300
commit36a59b466a18211d7164cd8078c5c1ddd0f2c278 (patch)
treee7a44efede7d93faa9a3f78fe6d56ce5b35cb2d4 /.travis.yml
parent1d652c87193b34fe1057d7b02db0a4aad95b0fad (diff)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dff57a71..dbd6434e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,5 +15,9 @@ before_install:
script:
- ./configure
- make test
+
notifications:
- irc: "chat.freenode.net#notmuch"
+ irc:
+ channels:
+ - "chat.freenode.net#notmuch"
+ on_success: change