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 589731382C5 for ; Wed, 21 Mar 2018 20:12:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50722E0869; Wed, 21 Mar 2018 20:12:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 257AEE0869 for ; Wed, 21 Mar 2018 20:12:00 +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 696E3335C30 for ; Wed, 21 Mar 2018 20:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C8F258 for ; Wed, 21 Mar 2018 20:11:57 +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: <1521663097.417c12f8a40197fe197b3cbd977883583f190743.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: 417c12f8a40197fe197b3cbd977883583f190743 X-VCS-Branch: master Date: Wed, 21 Mar 2018 20:11:57 +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: c1f9c446-274f-408b-a3d2-3ea99c9dffa3 X-Archives-Hash: 0fe93e4338b7a316a1ea5821c5c10c10 commit: 417c12f8a40197fe197b3cbd977883583f190743 Author: Justin Lecher gentoo org> AuthorDate: Wed Mar 21 20:11:37 2018 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Mar 21 20:11:37 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=417c12f8 .travis.yml: Update CI Signed-off-by: Justin Lecher gentoo.org> .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 69b86fcea..1fbaac369 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: pip python: - pypy env: - - PORTAGE_VER="2.3.20" + - PORTAGE_VER="2.3.24" before_install: - sudo apt-get -qq update - pip install lxml @@ -23,8 +23,8 @@ before_script: - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd - echo "portage::250:portage,travis" >> /etc/group - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd - - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf - - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile + - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf + - ln -s /usr/portage/profiles/default/linux/amd64/17.0 /etc/portage/make.profile - cd travis-overlay script: - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"