From 649d362b8596de45a104147735f4e07f822a4690 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Fri, 29 Apr 2016 12:20:18 -0400 Subject: [PATCH] travis install_wkhtmltoimage.sh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8918b5a..3d6c157f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ julia: sudo: required before_install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then pwd ; fi - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./test/install_wkhtmltoimage.sh ; fi + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ./test/install_wkhtmltoimage.sh ; fi # - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:pov/wkhtmltopdf ; fi # - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update ; fi # - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y wkhtmltopdf ; fi