From f9ce54704305bae5896f80130034ebaf2f363a7c Mon Sep 17 00:00:00 2001 From: Matt Lenc Date: Wed, 16 Jul 2014 12:23:08 +0100 Subject: Superuser privilege - Travis is picky! --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3