Skip to content

Commit

Permalink
Using different phantom 2 build for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Graham Walker committed May 22, 2016
1 parent 3d529f3 commit c5a69b7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c5a69b7

Please sign in to comment.