aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-08 21:40:22 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-08 21:40:22 -0400
commite31290abe675dfb29a344d00a95991772c80322a (patch)
treec32fe1439587c33e32b0271bc7277486438f6687 /.travis.yml
parentdev-lang/php: libressl support is in the tree (diff)
downloadlibressl-e31290abe675dfb29a344d00a95991772c80322a.tar.gz
libressl-e31290abe675dfb29a344d00a95991772c80322a.tar.bz2
libressl-e31290abe675dfb29a344d00a95991772c80322a.zip
travis.yml: bump to portage 2.2.28
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index ec14bf9..af113fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: python
python:
- - "3.3"
+ - "3.2"
notifications:
webhooks:
urls:
@@ -12,17 +12,17 @@ before_script:
- mkdir travis-overlay
- mv !(travis-overlay) travis-overlay/
- mv .git travis-overlay/
- - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.24.tar.bz2"
+ - wget "http://distfiles.gentoo.org/distfiles/portage-2.2.28.tar.bz2"
- wget "http://distfiles.gentoo.org/snapshots/portage-latest.tar.xz"
- sudo chmod 777 /etc/passwd /etc/group /etc /usr
- echo "portage:x:250:250:portage:/var/tmp/portage:/bin/false" >> /etc/passwd
- echo "portage::250:portage,travis" >> /etc/group
- mkdir -p /etc/portage/ /usr/portage/distfiles
- - tar xjf portage-2.2.24.tar.bz2
+ - tar xjf portage-2.2.28.tar.bz2
- tar xJf portage-latest.tar.xz -C /usr/
- - cp portage-2.2.24/cnf/repos.conf /etc/portage/
+ - cp portage-2.2.28/cnf/repos.conf /etc/portage/
- rsync --recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --checksum --quiet rsync://rsync.gentoo.org/gentoo-portage /usr/portage
- - ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
+ - ln -s /usr/portage/profiles/default/linux/amd64/13.0 /etc/portage/make.profile
- cd travis-overlay
script:
- - "./../portage-2.2.24/bin/repoman full -i -d"
+ - ./../portage-2.2.28/bin/repoman full -i -d