Skip to content

Commit

Permalink
Merge fca86f3 into 767ba80
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Apr 14, 2015
2 parents 767ba80 + fca86f3 commit c049db8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions blueprints/app/files/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ cache:
- node_modules

before_install:
- 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 c049db8

Please sign in to comment.