trying a different phantomjs route
This commit is contained in:
parent
9c065af74a
commit
dc620858f5
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ cache:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
|
- 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 config set spin false"
|
||||||
- "npm install -g npm@^2"
|
- "npm install -g npm@^2"
|
||||||
|
|
||||||
|
|
Reference in a new issue