From 39c7439be616e51697f694dd5ccb63543c278f35 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 12 Apr 2016 20:21:53 -0700 Subject: [PATCH] Removed custom phantomJS stuff - it's 404ing --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0194dba6cb..538d6a7cc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,10 +19,10 @@ env: # execute any number of scripts before the test run, custom env's are available as variables before_script: # - php -S localhost:8000 & - - mkdir travis-phantomjs - - wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 - - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs - - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH + # - mkdir travis-phantomjs + # - wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 + # - tar -xvf $PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis-phantomjs + # - export PATH=$PWD/travis-phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH - phantomjs --webdriver=4444 & - sleep 10