diff options
author | James Turnbull <james@incuna.com> | 2015-07-31 15:51:04 +0100 |
---|---|---|
committer | James Turnbull <james@incuna.com> | 2015-07-31 15:51:04 +0100 |
commit | 11efe44f076e0b9548811265796993d0fc2bd776 (patch) | |
tree | 1ac792f9c30ad1e4daf4ff93aa683a85412301b6 | |
parent | e354459621f417195a96ca87ccf4ac42ef844aa4 (diff) | |
download | django-wkhtmltopdf-11efe44f076e0b9548811265796993d0fc2bd776.tar.gz django-wkhtmltopdf-11efe44f076e0b9548811265796993d0fc2bd776.tar.bz2 django-wkhtmltopdf-11efe44f076e0b9548811265796993d0fc2bd776.zip |
Update wkhtmltopdf deb link
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 698a5ed..712a7d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,9 +20,9 @@ before_install: - "sudo apt-get update" - "sudo apt-get install -y openssl build-essential xorg libssl-dev" - "echo '## Downloading wkhtmltopdf 0.12.1'" - - "wget http://freefr.dl.sourceforge.net/project/wkhtmltopdf/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb" + - "wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-wheezy-amd64.deb" - "echo '## Installing wkhtmltox'" - - "sudo dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb" + - "sudo dpkg -i wkhtmltox-0.12.2.1_linux-wheezy-amd64.deb" - WHICH_WK=`which wkhtmltopdf` - "export WKHTMLTOPDF_CMD=$WHICH_WK" install: |