From 7d621022b00b473b734f1e0d7cb19727012be8af Mon Sep 17 00:00:00 2001 From: etobella Date: Wed, 21 Jun 2017 10:36:37 +0200 Subject: [PATCH] [FIX] Change travis configuration to download wkhtmltopdf last version --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5337bc3f..5beaf65f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,17 +3,9 @@ cache: pip addons: apt: - sources: - - pov-wkhtmltopdf packages: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow - - wkhtmltopdf # only add if needed and check the before_install section below - -# set up an X server to run wkhtmltopdf. -before_install: - - "export DISPLAY=:99.0" - - "sh -e /etc/init.d/xvfb start" language: python @@ -37,6 +29,7 @@ virtualenv: install: - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} + - export WKHTMLTOPDF_VERSION=0.12.4 - travis_install_nightly script: