From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGVge-0008Nv-D4 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 10:37:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGVgY-0005WZ-HL for qemu-devel@nongnu.org; Thu, 20 Feb 2014 10:37:20 -0500 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:38463 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGVgY-0005W6-28 for qemu-devel@nongnu.org; Thu, 20 Feb 2014 10:37:14 -0500 Received: from localhost ([127.0.0.1] helo=zen.linaro.local) by socrates.bennee.com with esmtp (Exim 4.80) (envelope-from ) id 1WGVgX-0005L9-TD for qemu-devel@nongnu.org; Thu, 20 Feb 2014 16:37:14 +0100 From: alex.bennee@linaro.org Date: Thu, 20 Feb 2014 15:37:16 +0000 Message-Id: <1392910636-17338-5-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1392910636-17338-1-git-send-email-alex.bennee@linaro.org> References: <1392910636-17338-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] [PATCH v1 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 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 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