From e064eb4c18872ae1b0949f19c82fe59cbee9f457 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Mon, 13 Mar 2017 18:27:11 +0100 Subject: [PATCH] Travis: Pull xmlts.zip download out of script section .. so that temporary download issues count for setup issues, not script execution --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.40.0