commit: dc5055bb368e9a36acc2ef90bed1cc76b5d31b79
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 18:25:47 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 18:25:47 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=dc5055bb
.travis.yml: Use 17.0 profile
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 03d9799aba..3726c770b8 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