commit: cac5de046feb80640780a66d5420f3760a739262
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 12 08:59:55 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Jan 12 09:00:32 2018 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=cac5de04
travis: use 17.0 profile
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 4b592aa0..07913a9e 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 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