From 4e174e1dd54954da9eeea0719a560a4641718730 Mon Sep 17 00:00:00 2001 From: Dave Lasley Date: Fri, 16 Jun 2017 08:27:21 -0700 Subject: [PATCH] [FIX] Switch to wkhtmltopdf mirror temporarily --- travis/travis_install_nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/travis_install_nightly b/travis/travis_install_nightly index 0a52c0428..fc200fb45 100755 --- a/travis/travis_install_nightly +++ b/travis/travis_install_nightly @@ -84,7 +84,7 @@ fi; if [ "${WKHTMLTOPDF_VERSION}" != "" ]; then echo "Install webkit (wkhtmltopdf) patched version ${WKHTMLTOPDF_VERSION}" - (cd ${HOME}/maintainer-quality-tools/travis/ && wget -qO- -t 1 --timeout=240 https://downloads.wkhtmltopdf.org/0.12/${WKHTMLTOPDF_VERSION}/wkhtmltox-${WKHTMLTOPDF_VERSION}_linux-generic-amd64.tar.xz | tar -xJ --strip-components=2 wkhtmltox/bin/wkhtmltopdf) + (cd ${HOME}/maintainer-quality-tools/travis/ && wget -qO- -t 1 --timeout=240 https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/${WKHTMLTOPDF_VERSION}/wkhtmltox-${WKHTMLTOPDF_VERSION}_linux-generic-amd64.tar.xz | tar -xJ --strip-components=2 wkhtmltox/bin/wkhtmltopdf) fi; # Expected directory structure: