diff options
Diffstat (limited to '.travis.yml')
-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'" |