From 070ba4bec5a05a9eeef86b9203cfde61e527e25c Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 23 Jan 2015 10:17:11 +0100 Subject: [PATCH] [FIX] travis wkhtmltopdf download url --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 51d59f6c..8ed3b813 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ virtualenv: install: - git clone https://github.com/OCA/reporting-engine ${HOME}/reporting-engine -b ${VERSION} - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - - sudo wget http://downloads.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb -P /tmp/ + - sudo wget http://downloads.sourceforge.net/project/wkhtmltopdf/archive/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb -P /tmp/ - sudo dpkg -i /tmp/wkhtmltox-0.12.1_linux-precise-amd64.deb - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} - travis_install_nightly