aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAidan Harris <me@aidanharr.is>2019-07-07 23:58:30 +0100
committerAnthony G. Basile <blueness@gentoo.org>2019-07-07 19:20:43 -0400
commit2824a36ed1f84394f938a25758db97eed8ff6fe6 (patch)
treeaceb571f4ad20ea9f8e78fc00033e775161c61a9 /.travis.yml
parentdev-qt/qtnetwork-5.12.4: Add 5.12.4 (diff)
downloadlibressl-2824a36ed1f84394f938a25758db97eed8ff6fe6.tar.gz
libressl-2824a36ed1f84394f938a25758db97eed8ff6fe6.tar.bz2
libressl-2824a36ed1f84394f938a25758db97eed8ff6fe6.zip
Fix travis-ci by upgrading from the deprecated 13.0 profile to the 17.0 profile
Signed-off-by: Aidan Harris <me@aidanharr.is> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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"