aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-03-21 20:11:37 +0000
committerJustin Lecher <jlec@gentoo.org>2018-03-21 20:11:37 +0000
commit417c12f8a40197fe197b3cbd977883583f190743 (patch)
tree5aa22207b523c73580e864947961e80e1ecb4422
parentsci-libs/dealii: update live ebuild (diff)
downloadsci-417c12f8a40197fe197b3cbd977883583f190743.tar.gz
sci-417c12f8a40197fe197b3cbd977883583f190743.tar.bz2
sci-417c12f8a40197fe197b3cbd977883583f190743.zip
.travis.yml: Update CI
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--.travis.yml6
1 files 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"