From 45eab831e2ad1f3f73560527ed5f618bfb62177f Mon Sep 17 00:00:00 2001 From: mattack108 Date: Fri, 20 Sep 2013 11:39:46 +0100 Subject: Fix tests for Travis by obtaining the WKHTMLTOPDF_CMD from env vars. --- before_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'before_script.sh') diff --git a/before_script.sh b/before_script.sh index ed0b6b4..ca9ae03 100755 --- a/before_script.sh +++ b/before_script.sh @@ -5,4 +5,4 @@ wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.11.0_rc1-static-i386. tar xvjf wkhtmltopdf-0.11.0_rc1-static-i386.tar.bz2 sudo chown root:root wkhtmltopdf-i386 sudo mv wkhtmltopdf-i386 /usr/bin/wkhtmltopdf -export WKHTMLTOPDF=/usr/bin/wkhtmltopdf +export WKHTMLTOPDF_CMD=/usr/bin/wkhtmltopdf -- cgit v1.2.3