diff options
author | James Turnbull <james@incuna.com> | 2015-07-31 17:09:19 +0100 |
---|---|---|
committer | James Turnbull <james@incuna.com> | 2015-07-31 17:09:19 +0100 |
commit | 8b45c55a725f1452c2be0b2d5d7b37d55cfef2e5 (patch) | |
tree | 13dcb23a7f009c4a60cf38165f4e766fbd56d8ae | |
parent | 28b58d722c8426be81d3a408e214873dc1dc0b4a (diff) | |
download | django-wkhtmltopdf-8b45c55a725f1452c2be0b2d5d7b37d55cfef2e5.tar.gz django-wkhtmltopdf-8b45c55a725f1452c2be0b2d5d7b37d55cfef2e5.tar.bz2 django-wkhtmltopdf-8b45c55a725f1452c2be0b2d5d7b37d55cfef2e5.zip |
Removed version from debug message
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ff19ade..8dae083 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - "echo '## Installing dependencies'" - "sudo apt-get update" - "sudo apt-get install -y openssl build-essential xorg libssl-dev xfonts-75dpi" - - "echo '## Downloading wkhtmltopdf 0.12.1'" + - "echo '## Downloading wkhtmltopdf'" - "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.2.1_linux-wheezy-amd64.deb" |