Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
[REF] travis_install_nightly: Install webkit patched (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
moylop260 authored and hbrunn committed Jan 9, 2017
1 parent 42f6d94 commit d0dc03d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis/travis_install_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ if [ "$clone_result" != "0" ]; then
exit $clone_result
fi;

echo "Install webkit (wkhtmltopdf) patched"
(cd ${HOME}/maintainer-quality-tools/travis/ && wget -qO- http://download.gna.org/wkhtmltopdf/0.12/0.12.3/wkhtmltox-0.12.3_linux-generic-amd64.tar.xz | tar -xJ --strip-components=2 wkhtmltox/bin/wkhtmltopdf)

This comment has been minimized.

Copy link
@danimaribeiro

danimaribeiro Jan 26, 2017

Today the builds started to fail in this line.
https://travis-ci.org/OCA/operating-unit/jobs/195535737

Probably a temporary issue?

This comment has been minimized.

Copy link
@moylop260

moylop260 Jan 26, 2017

Author Contributor

FYI #430

# Expected directory structure:
#
# HOME/
Expand Down

0 comments on commit d0dc03d

Please sign in to comment.