Tweak shippable config

This commit is contained in:
Matthew Dillon 2015-11-05 06:47:10 -07:00
parent 6881d57786
commit a072bea2a0

View file

@ -10,7 +10,7 @@ cache:
before_install:
- mkdir -p ~/.nvm/versions
- source ~/.nvm/nvm.sh && nvm install 0.12.2
- mkdir travis-phantomjs
- mkdir -p 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