diff --git a/.travis.yml b/.travis.yml index 7e1a36cfec7..d6beab2f203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,17 @@ node_js: cache: yarn: true +before_install: + - "export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH" + - "if [ $(phantomjs --version) != '2.1.1' ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi" + - "if [ $(phantomjs --version) != '2.1.1' ]; then wget https://assets.membergetmember.co/software/phantomjs-2.1.1-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2; fi" + - "if [ $(phantomjs --version) != '2.1.1' ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi" + - "phantomjs --version" + install: - yarn - - yarn global add phantomjs-prebuilt - ./node_modules/.bin/bower install + script: - ./bin/lint-features - yarn run test diff --git a/package.json b/package.json index f3635514233..f448b91cc8c 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,6 @@ "mocha": "2.4.5", "mocha-only-detector": "0.0.2", "morgan": "^1.7.0", - "phantomjs-prebuilt": "^2.1.12", "pretender": "1.0.0", "rimraf": "2.5.2", "rsvp": "3.2.1"