From: Sebastian Pipping Date: Mon, 13 Mar 2017 17:27:11 +0000 (+0100) Subject: Travis: Pull xmlts.zip download out of script section X-Git-Tag: R_2_2_1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e064eb4c18872ae1b0949f19c82fe59cbee9f457;p=libexpat Travis: Pull xmlts.zip download out of script section .. so that temporary download issues count for setup issues, not script execution --- diff --git a/.travis.yml b/.travis.yml index 20a4ad1e..b609a079 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,7 @@ addons: packages: - docbook2x +install: + - wget -O expat/tests/xmlts.zip https://www.w3.org/XML/Test/xmlts20080827.zip + script: ./.travis.sh