commit: ee2242f7849eabae2d8e89e11b7561e91fbfa4e8
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 27 00:22:24 2015 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 00:22:24 2015 +0000
URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=ee2242f7
[travis.yml] Update.
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b249ec6..461f068 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ before_script:
- tar xzf portage-tree.tar.gz -C /usr/portage --strip-components=1
- cp portage-${PORTAGE_VER}/cnf/repos.conf /etc/portage/
- ln -s /usr/portage/profiles/base/ /etc/portage/make.profile
- - wget "http://www.gentoo.org/dtd/metadata.dtd" -O
/usr/portage/distfiles/metadata.dtd
+ - wget "https://www.gentoo.org/dtd/metadata.dtd" -O
/usr/portage/distfiles/metadata.dtd
- 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