This commit is contained in:
Tobias Koppers 2017-05-31 16:55:56 +02:00
parent 884fe4eead
commit d0b0cada6f
3 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -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

View File

@ -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