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 31DAB138A1A for ; Thu, 12 Feb 2015 21:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8CCDE07F2; Thu, 12 Feb 2015 21:53:51 +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 5215DE07F2 for ; Thu, 12 Feb 2015 21:53:51 +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 F0AAA3407F3 for ; Thu, 12 Feb 2015 21:53:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CDB6119FD for ; Thu, 12 Feb 2015 21:53:46 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1423777770.c61f5ed7123a34dfc864cbe072436d47a7d7072a.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: / X-VCS-Repository: proj/kde X-VCS-Files: .travis.yml X-VCS-Directories: / X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c61f5ed7123a34dfc864cbe072436d47a7d7072a X-VCS-Branch: master Date: Thu, 12 Feb 2015 21:53:46 +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: 203b20c9-1b15-4951-b74f-1bfb77c382c8 X-Archives-Hash: 02277486c08f4dfbba9f6cbfd9b8b438 commit: c61f5ed7123a34dfc864cbe072436d47a7d7072a Author: Manuel RĂ¼ger gentoo org> AuthorDate: Thu Feb 12 21:49:30 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 12 21:49:30 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c61f5ed7 Travis irc notification --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8fee0ed..d95867b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,4 +30,6 @@ before_script: - cd travis-overlay script: - ./../spinner.sh "./../portage-${PORTAGE_VER}/bin/repoman full -d" +notifications: + irc: "chat.freenode.net#gentoo-kde" # You can append own scripts after this line