Browse Source

Add dependency to webkit-tools in .travis.yml

pull/9/head
dufresnedavid 9 years ago
committed by Maxime Chambreuil
parent
commit
0955e16221
  1. 1
      .travis.yml

1
.travis.yml

@ -19,6 +19,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
- git clone https://github.com/OCA/webkit-tools.git ${HOME}/webkit-tools -b ${VERSION}
- sudo apt-get install xfonts-75dpi
- sudo wget http://sourceforge.net/projects/wkhtmltopdf/files/0.12.2.1/wkhtmltox-0.12.2.1_linux-precise-amd64.deb -P /tmp/
- sudo dpkg -i /tmp/wkhtmltox-0.12.2.1_linux-precise-amd64.deb

Loading…
Cancel
Save