diff options
author | James Turnbull <james@incuna.com> | 2015-07-31 15:53:22 +0100 |
---|---|---|
committer | James Turnbull <james@incuna.com> | 2015-07-31 15:53:22 +0100 |
commit | 3d7fbd0771e6ce3eab86408818a8eeabbe3c5258 (patch) | |
tree | 3f138a348bc005366009f4d3f81e14f087fc3d9c | |
parent | 11efe44f076e0b9548811265796993d0fc2bd776 (diff) | |
download | django-wkhtmltopdf-3d7fbd0771e6ce3eab86408818a8eeabbe3c5258.tar.gz django-wkhtmltopdf-3d7fbd0771e6ce3eab86408818a8eeabbe3c5258.tar.bz2 django-wkhtmltopdf-3d7fbd0771e6ce3eab86408818a8eeabbe3c5258.zip |
Added xfonts-75dpi
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 712a7d5..ff19ade 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_install: - PWD=`pwd` - "echo '## Installing dependencies'" - "sudo apt-get update" - - "sudo apt-get install -y openssl build-essential xorg libssl-dev" + - "sudo apt-get install -y openssl build-essential xorg libssl-dev xfonts-75dpi" - "echo '## Downloading wkhtmltopdf 0.12.1'" - "wget http://download.gna.org/wkhtmltopdf/0.12/0.12.2.1/wkhtmltox-0.12.2.1_linux-wheezy-amd64.deb" - "echo '## Installing wkhtmltox'" |