mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-13 20:37:48 +00:00
Upgrade travis to phantom.js v2.
This commit is contained in:
@@ -2,6 +2,9 @@ language: node_js
|
|||||||
sudo: false
|
sudo: false
|
||||||
node_js:
|
node_js:
|
||||||
- "6"
|
- "6"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- travis_phantomjs
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- BIN="node" ISTANBUL=false OPTION=""
|
- BIN="node" ISTANBUL=false OPTION=""
|
||||||
@@ -34,6 +37,12 @@ notifications:
|
|||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
before_install:
|
before_install:
|
||||||
|
- "export PHANTOMJS_VERSION=2.1.1"
|
||||||
|
- "export PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH"
|
||||||
|
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then rm -rf $PWD/travis_phantomjs; mkdir -p $PWD/travis_phantomjs; fi"
|
||||||
|
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then wget https://github.com/Medium/phantomjs/releases/download/v$PHANTOMJS_VERSION/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -O $PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2; fi"
|
||||||
|
- "if [ $(phantomjs --version) != $PHANTOMJS_VERSION ]; then tar -xvf $PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64.tar.bz2 -C $PWD/travis_phantomjs; fi"
|
||||||
|
- "phantomjs --version"
|
||||||
- "nvm use $TRAVIS_NODE_VERSION"
|
- "nvm use $TRAVIS_NODE_VERSION"
|
||||||
- "npm set loglevel error"
|
- "npm set loglevel error"
|
||||||
- "npm set progress false"
|
- "npm set progress false"
|
||||||
|
|||||||
Reference in New Issue
Block a user