summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2014-03-12 14:13:53 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2014-03-15 13:54:18 +0400
commit39d16d29c81295be72dbae6e6bc7adc58deacb41 (patch)
tree273626ede4b353f243096dec0d6e59e3ea76495b /.travis.yml
parentcc13eead53b2e4cf5f209fec606aebf11c1dc8a8 (diff)
downloadhqemu-39d16d29c81295be72dbae6e6bc7adc58deacb41.zip
hqemu-39d16d29c81295be72dbae6e6bc7adc58deacb41.tar.gz
.travis.yml: add IRC notifications for build failures
I'm trying to avoid spamming the IRC channel (not overly likely as builds take a while). So failure will always be reported but if the build continues to work then the IRC notifications will be quiet. Note any GitHub based repository with Travis enabled will use this notification. If it proves to be too spammy we may want to ask users not to use Travis themselves although this seems sub-optimal. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0dbf2da..04da973 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,12 @@ python:
compiler:
- gcc
- clang
+notifications:
+ irc:
+ channels:
+ - "irc.oftc.net#qemu"
+ on_success: change
+ on_failure: always
env:
global:
- TEST_CMD="make check"
OpenPOWER on IntegriCloud