From c5a69b7f84ce4dc8edee7bfeccfb011829ed8d51 Mon Sep 17 00:00:00 2001 From: Duncan Graham Walker Date: Sat, 21 May 2016 20:07:19 -0400 Subject: [PATCH] Using different phantom 2 build for Travis --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ee67302f..e9b4cf4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,13 @@ matrix: - env: EMBER_TRY_SCENARIO=ember-canary before_install: - - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH + # - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH + # - "npm config set spin false" + # - "npm install -g npm@^2" + - mkdir travis-phantomjs + - wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 + - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs + - export PATH=$PWD/travis-phantomjs:$PATH - "npm config set spin false" - "npm install -g npm@^2"