File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ cache:
13
13
matrix :
14
14
include :
15
15
- os : linux
16
- node_js : " 7 "
16
+ node_js : " 8 "
17
17
env : NO_WATCH_TESTS=1 JOB_PART=lint
18
18
- os : linux
19
- node_js : " 7 "
19
+ node_js : " 8 "
20
20
env : NO_WATCH_TESTS=1 JOB_PART=test
21
21
- os : linux
22
22
node_js : " 6"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ clone_depth: 50
13
13
# what combinations to test
14
14
environment :
15
15
matrix :
16
- - nodejs_version : 7
16
+ - nodejs_version : 8
17
17
job_part : test
18
18
- nodejs_version : 6
19
19
job_part : test
Original file line number Diff line number Diff line change 8
8
9
9
dependencies :
10
10
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
12
12
override :
13
13
- yarn
14
14
- yarn link || true && yarn link webpack
You can’t perform that action at this time.
0 commit comments