aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-07-16 12:23:08 +0100
committerMatt Lenc <mattl@incuna.com>2014-07-16 12:23:08 +0100
commitf9ce54704305bae5896f80130034ebaf2f363a7c (patch)
tree31bb7d54c9af41141be73909231232db4897677d
parent9913d8e6b9b410930f5108b685fb89a602664fc9 (diff)
downloaddjango-wkhtmltopdf-f9ce54704305bae5896f80130034ebaf2f363a7c.tar.gz
django-wkhtmltopdf-f9ce54704305bae5896f80130034ebaf2f363a7c.tar.bz2
django-wkhtmltopdf-f9ce54704305bae5896f80130034ebaf2f363a7c.zip
Superuser privilege - Travis is picky!
-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: