aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index befef0a..7010d33 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ notifications:
env:
global:
- PORTAGE_VER="2.3.52"
+ - PORTAGE_PROFILE="default/linux/amd64/17.0"
before_install:
- sudo apt-get -qq update
- pip install lxml pyyaml
@@ -27,7 +28,7 @@ before_script:
- 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 /usr/portage/profiles/${PORTAGE_PROFILE} /etc/portage/make.profile
- cd travis-overlay
script:
- ./../spinner.sh "python ../portage-portage-${PORTAGE_VER}/repoman/bin/repoman full -i -d"