fix(ci): remove v4 node from ci versions

This commit is contained in:
Sean Larkin 2017-11-06 00:35:42 -08:00 committed by Tobias Koppers
parent be315040d2
commit 507359fcbf
2 changed files with 1 additions and 4 deletions

View File

@ -24,9 +24,6 @@ matrix:
- os: linux
node_js: "6"
env: NO_WATCH_TESTS=1 JOB_PART=integration
- os: linux
node_js: "4"
env: NO_WATCH_TESTS=1 JOB_PART=integration
- os: osx
node_js: "8"
env: NO_WATCH_TESTS=1 JOB_PART=integration

View File

@ -8,7 +8,7 @@ machine:
dependencies:
pre:
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
- case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=6 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
override:
- yarn
- yarn link || true && yarn link webpack