summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée2014-03-12 15:13:53 +0100
committerMichael Tokarev2014-03-15 10:54:18 +0100
commit39d16d29c81295be72dbae6e6bc7adc58deacb41 (patch)
tree273626ede4b353f243096dec0d6e59e3ea76495b /.travis.yml
parent.travis.yml: trivial whitespace fixup (diff)
downloadqemu-39d16d29c81295be72dbae6e6bc7adc58deacb41.tar.gz
qemu-39d16d29c81295be72dbae6e6bc7adc58deacb41.tar.xz
qemu-39d16d29c81295be72dbae6e6bc7adc58deacb41.zip
.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 0dbf2da545..04da973632 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"