From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BC27A138A1A for ; Fri, 13 Feb 2015 10:38:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4895BE07D8; Fri, 13 Feb 2015 10:38:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6E6CE07D8 for ; Fri, 13 Feb 2015 10:38:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79C423406BB for ; Fri, 13 Feb 2015 10:38:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B35F11A8D for ; Fri, 13 Feb 2015 10:38:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1423824139.bed6b965536d10ddf996a0b7407f26e7712a18e4.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: / X-VCS-Repository: proj/sci X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: bed6b965536d10ddf996a0b7407f26e7712a18e4 X-VCS-Branch: master Date: Fri, 13 Feb 2015 10:38:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0248d37a-abf1-4d74-a65a-50fa311db4fb X-Archives-Hash: 63d50860f45f5bed5ff83b06b017347d commit: bed6b965536d10ddf996a0b7407f26e7712a18e4 Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 13 10:42:19 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 13 10:42:19 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bed6b965 Report travis status on irc Signed-off-by: Justin Lecher gentoo.org> --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db8a92b..8031e8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,5 +20,8 @@ before_script: - cd travis-overlay - sed -i 's/fcmd=fcmd/fcmd=("%s -q" % fcmd)/' ./../portage-$PORTAGE/bin/repoman -script: +script: - "./../portage-$PORTAGE/bin/repoman full -d -v" + +notifications: + irc: "chat.freenode.net#gentoo-science"