From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNjux-0000tV-O9 for qemu-devel@nongnu.org; Wed, 12 Mar 2014 10:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNjus-0004xD-LN for qemu-devel@nongnu.org; Wed, 12 Mar 2014 10:13:59 -0400 From: alex.bennee@linaro.org Date: Wed, 12 Mar 2014 14:13:53 +0000 Message-Id: <1394633633-18211-5-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1394633633-18211-1-git-send-email-alex.bennee@linaro.org> References: <1394633633-18211-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 4/4] .travis.yml: add IRC notifications for build failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Peter Maydell , Michael Tokarev , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Stefan Hajnoczi From: Alex Bennée 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 Reviewed-by: Stefan Hajnoczi 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" -- 1.9.0