File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ cache:
1313matrix :
1414 include :
1515 - os : linux
16- node_js : " 7 "
16+ node_js : " 8 "
1717 env : NO_WATCH_TESTS=1 JOB_PART=lint
1818 - os : linux
19- node_js : " 7 "
19+ node_js : " 8 "
2020 env : NO_WATCH_TESTS=1 JOB_PART=test
2121 - os : linux
2222 node_js : " 6"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ clone_depth: 50
1313# what combinations to test
1414environment :
1515 matrix :
16- - nodejs_version : 7
16+ - nodejs_version : 8
1717 job_part : test
1818 - nodejs_version : 6
1919 job_part : test
Original file line number Diff line number Diff line change 88
99dependencies :
1010 pre :
11- - case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=7 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
11+ - case $CIRCLE_NODE_INDEX in 0) NODE_VERSION=4 ;; 1) NODE_VERSION=8 ;; esac; nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
1212 override :
1313 - yarn
1414 - yarn link || true && yarn link webpack
You can’t perform that action at this time.
0 commit comments