Browse Source

[FIX] travis fail without wkhtmltopdf librairies;

pull/78/head
Sylvain LE GAL 9 years ago
parent
commit
0fc33004e7
  1. 7
      .travis.yml

7
.travis.yml

@ -8,9 +8,12 @@ cache: pip
addons:
apt:
sources:
- pov-wkhtmltopdf
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- wkhtmltopdf
env:
- VERSION="9.0" LINT_CHECK="1"
@ -21,6 +24,10 @@ env:
virtualenv:
system_site_packages: true
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}

Loading…
Cancel
Save