aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2017-05-06 15:57:21 +0200
committerMarkus Meier <maekke@gentoo.org>2017-05-06 15:57:21 +0200
commit28a14014fdd0113c674568d7565f6c4a57e44e8a (patch)
tree979581899b39243c7a734a19bdc3acb970b33c1c /.travis.yml
parentmedia-libs/libjpeg-turbo: remove outdated package (diff)
downloadmaekke-28a14014fdd0113c674568d7565f6c4a57e44e8a.tar.gz
maekke-28a14014fdd0113c674568d7565f6c4a57e44e8a.tar.bz2
maekke-28a14014fdd0113c674568d7565f6c4a57e44e8a.zip
update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 53a0a3f..69b70c5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ language: python
python:
- pypy
env:
- - PORTAGE_VER="2.3.3"
+ - PORTAGE_VER="2.3.5"
before_install:
- sudo apt-get -qq update
- pip install lxml
@@ -24,7 +24,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/base/ /etc/portage/make.profile
+ - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
- SIZE=$(stat -c %s .travis.yml.upstream)
- if ! cmp -n $SIZE -s .travis.yml .travis.yml.upstream; then echo -e "\e[31m !!! .travis.yml outdated! Update available https://github.com/mrueg/repoman-travis \e[0m" > /tmp/update ; fi
- cd travis-overlay