Tweak shippable config
This commit is contained in:
parent
6881d57786
commit
a072bea2a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue