Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: /
Date: Wed, 21 Mar 2018 20:12:03
Message-Id: 1521663097.417c12f8a40197fe197b3cbd977883583f190743.jlec@gentoo
1 commit: 417c12f8a40197fe197b3cbd977883583f190743
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 20:11:37 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 20:11:37 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=417c12f8
7
8 .travis.yml: Update CI
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 .travis.yml | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/.travis.yml b/.travis.yml
16 index 69b86fcea..1fbaac369 100644
17 --- a/.travis.yml
18 +++ b/.travis.yml
19 @@ -7,7 +7,7 @@ cache: pip
20 python:
21 - pypy
22 env:
23 - - PORTAGE_VER="2.3.20"
24 + - PORTAGE_VER="2.3.24"
25 before_install:
26 - sudo apt-get -qq update
27 - pip install lxml
28 @@ -23,8 +23,8 @@ before_script:
29 - echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
30 - echo "portage::250:portage,travis" >> /etc/group
31 - wget "https://www.gentoo.org/dtd/metadata.dtd" -O /usr/portage/distfiles/metadata.dtd
32 - - ln -s portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
33 - - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
34 + - ln -s $TRAVIS_BUILD_DIR/portage-portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/repos.conf
35 + - ln -s /usr/portage/profiles/default/linux/amd64/17.0 /etc/portage/make.profile
36 - cd travis-overlay
37 script:
38 - ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -d"