diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-22 13:49:32 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-22 13:49:32 +0200 |
commit | 2fafef66292df4827f34ae203d28a5ca14c79c7f (patch) | |
tree | b02bd34f559b18a8137662b6bc8c0e68d40ae393 /.travis.yml | |
parent | sci-mathematics/scilab: Fix SLOT version of batik (diff) | |
download | sci-2fafef66292df4827f34ae203d28a5ca14c79c7f.tar.gz sci-2fafef66292df4827f34ae203d28a5ca14c79c7f.tar.bz2 sci-2fafef66292df4827f34ae203d28a5ca14c79c7f.zip |
Update to latest version
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cdd8c9297..cbe390127 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 |