diff --git a/.travis.yml b/.travis.yml index 46a15facb..cd30ec2ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,4 @@ language: node_js node_js: - "5.11" sudo: false -before_install: - # https://github.com/travis-ci/travis-ci/issues/3225 - - mkdir travis-phantomjs - - wget https://github.com/Medium/phantomjs/releases/download/v2.1.1/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 before_script: make