mirror of https://github.com/webpack/webpack.git
node 8
This commit is contained in:
parent
884fe4eead
commit
d0b0cada6f
|
@ -13,10 +13,10 @@ cache:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "7"
|
node_js: "8"
|
||||||
env: NO_WATCH_TESTS=1 JOB_PART=lint
|
env: NO_WATCH_TESTS=1 JOB_PART=lint
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "7"
|
node_js: "8"
|
||||||
env: NO_WATCH_TESTS=1 JOB_PART=test
|
env: NO_WATCH_TESTS=1 JOB_PART=test
|
||||||
- os: linux
|
- os: linux
|
||||||
node_js: "6"
|
node_js: "6"
|
||||||
|
|
|
@ -13,7 +13,7 @@ clone_depth: 50
|
||||||
# what combinations to test
|
# what combinations to test
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- nodejs_version: 7
|
- nodejs_version: 8
|
||||||
job_part: test
|
job_part: test
|
||||||
- nodejs_version: 6
|
- nodejs_version: 6
|
||||||
job_part: test
|
job_part: test
|
||||||
|
|
|
@ -8,7 +8,7 @@ machine:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=7 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
|
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
|
||||||
override:
|
override:
|
||||||
- yarn
|
- yarn
|
||||||
- yarn link || true && yarn link webpack
|
- yarn link || true && yarn link webpack
|
||||||
|
|
Loading…
Reference in New Issue