Skip to content

Commit

Permalink
[IMP] Add wkhtmltopdf in travis configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain GARANCHER committed Nov 24, 2016
1 parent 1bbc179 commit 07f0681
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ install:
- pip install PyPDF2==1.18
- pip install requests
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} $HOME/reporting-engine
- wget https://nightly.odoo.com/extra/wkhtmltox-0.12.1.2_linux-jessie-amd64.deb -O wkhtmltopdf.deb
- sudo dpkg -i wkhtmltopdf.deb

script:
- travis_run_tests
Expand Down

0 comments on commit 07f0681

Please sign in to comment.