commit:     811a3bc5e51d05d21fe8ac2cfcd6172a1e4bf443
Author:     Alexander Golikov <alexws54tk <AT> users <DOT> noreply <DOT> github 
<DOT> com>
AuthorDate: Fri Jul 10 14:31:54 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Jul 10 14:51:36 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=811a3bc5

Update .travis.yml

Gentoo does ssl by default now.

 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fa8b8fe..6264034 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

Reply via email to