aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 64075e4..698a5ed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ before_install:
- "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"
- "echo '## Installing wkhtmltox'"
- - "dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb"
+ - "sudo dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb"
- WHICH_WK=`which wkhtmltopdf`
- "export WKHTMLTOPDF_CMD=$WHICH_WK"
install: