aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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"