aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-01-11 19:27:24 +0100
committerJohannes Huber <johu@gentoo.org>2018-01-11 19:27:24 +0100
commit9ca0fcf51abd57d065affed6abf76113d716006a (patch)
tree3447641cac6f4a43660a21cb9d6504556e4e012d
parentapp-admin/calamares: Add Python 3.6 support (diff)
downloadjohu-9ca0fcf51abd57d065affed6abf76113d716006a.tar.gz
johu-9ca0fcf51abd57d065affed6abf76113d716006a.tar.bz2
johu-9ca0fcf51abd57d065affed6abf76113d716006a.zip
.travis.yml: Use 17.0 profile
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 35ed3b5..926c167 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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 $TRAVIS_BUILD_DIR/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/default/linux/amd64/17.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