File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 88 - node_modules
99matrix :
1010 include :
11- - node_js : ' 9 '
11+ - node_js : " 11 "
1212 script : npm run test -- --runInBand && npm run size
13- env : CI=tests 9
14- - node_js : ' 9'
13+ env : CI=tests 11
14+ - node_js : " 10"
15+ script : npm run test -- --runInBand && npm run size
16+ env : CI=tests 10
17+ - node_js : " 10"
1518 script : npm test -- --runInBand --coverage && npm run size
1619 env : CI=coverage
17- - node_js : ' 8 '
20+ - node_js : " 8 "
1821 script : npm run test -- --runInBand && npm run size
1922 env : CI=tests 8
20- - node_js : ' 6 '
23+ - node_js : " 6 "
2124 script : npm run test -- --runInBand && npm run size
2225 env : CI=tests 6
2326before_install :
Original file line number Diff line number Diff line change 22
33environment :
44 matrix :
5+ - nodejs_version : 11
6+ - nodejs_version : 10
7+ - nodejs_version : 8
58 - nodejs_version : 6
69
710version : " {build}"
You can’t perform that action at this time.
0 commit comments