commit: 417c12f8a40197fe197b3cbd977883583f190743
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 20:11:37 2018 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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"