diff --git a/.travis.yml b/.travis.yml index c826478b..6ec9ff64 100644 --- a/.travis.yml +++ b/.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