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 EB9D51389E2 for ; Fri, 26 Dec 2014 01:35:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C5F8E0A98; Fri, 26 Dec 2014 01:35:04 +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 25CE3E0A98 for ; Fri, 26 Dec 2014 01:35:04 +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 0A2E0340341 for ; Fri, 26 Dec 2014 01:35:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADADED60C for ; Fri, 26 Dec 2014 01:35:01 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1419557692.739c832926b8a29cefd1eb0d90f8e2630bcbed71.ottxor@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: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 739c832926b8a29cefd1eb0d90f8e2630bcbed71 X-VCS-Branch: master Date: Fri, 26 Dec 2014 01:35:01 +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: 1734e863-1cfc-40b1-8787-299336ec12a5 X-Archives-Hash: d117a58697cc1f88ff5275765dd1d83c commit: 739c832926b8a29cefd1eb0d90f8e2630bcbed71 Author: Christoph Junghans gentoo org> AuthorDate: Fri Dec 26 01:34:52 2014 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Dec 26 01:34:52 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=739c8329 .travis.yml: update portage version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ebe1b3..db8a92b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ env: - - PORTAGE=2.2.12 - PORTAGE=2.2.14 + - PORTAGE=2.2.15 before_script: - mkdir travis-overlay