This commit is contained in:
Matthew Dillon 2015-11-03 07:17:58 -07:00
parent 68646e6ba6
commit 51b8736610

View file

@ -8,6 +8,8 @@ cache:
- node_modules - node_modules
before_install: before_install:
- mkdir -p ~/.nvm/versions
- source ~/.nvm/nvm.sh && nvm install 0.12.2
- mkdir travis-phantomjs - 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 - 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 - tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs