From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 104011396D9 for ; Mon, 30 Oct 2017 09:41:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 335252BC10A; Mon, 30 Oct 2017 09:41:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 130112BC10A for ; Mon, 30 Oct 2017 09:41:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F2D8E33BE18 for ; Mon, 30 Oct 2017 09:41:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6559783C for ; Mon, 30 Oct 2017 09:41:04 +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: <1509356459.570e33bc02d06a5afbf955cd458f6cd1b1fbc786.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: 570e33bc02d06a5afbf955cd458f6cd1b1fbc786 X-VCS-Branch: master Date: Mon, 30 Oct 2017 09:41:04 +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: a6ace853-92f3-40cf-8b48-a4b2d8ff4f91 X-Archives-Hash: 3fdb30e13093cfc216ad2123d95af2a6 commit: 570e33bc02d06a5afbf955cd458f6cd1b1fbc786 Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 30 09:40:23 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 30 09:40:59 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=570e33bc Update travis checks to latest portage version Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9268cabf..66ed8497f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: pip python: - pypy env: - - PORTAGE_VER="2.3.5" + - PORTAGE_VER="2.3.13" before_install: - sudo apt-get -qq update - pip install lxml