File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88 fast_finish : true
99 allow_failures :
1010 - env : WEBPACK_VERSION=canary
11+ - node_js : 9
1112 include :
1213 - &test-latest
1314 stage : Webpack latest
1415 node_js : 6
1516 env : WEBPACK_VERSION=latest JOB_PART=test
1617 script : npm run travis:$JOB_PART
17- - << : *test-latest
18- node_js : 4.8
19- env : WEBPACK_VERSION=latest JOB_PART=test
20- script : npm run travis:$JOB_PART
2118 - << : *test-latest
2219 node_js : 8
2320 env : WEBPACK_VERSION=latest JOB_PART=lint
3128 node_js : 8
3229 env : WEBPACK_VERSION=4.0.0-alpha.0 JOB_PART=test
3330 script : npm run travis:$JOB_PART
31+ - stage : NodeJS Next
32+ node_js : 9
33+ env : WEBPACK_VERSION=latest JOB_PART=test
34+ script : npm run travis:$JOB_PART
3435before_install :
3536 - ' if [[ `npm -v` != 5* ]]; then npm i -g npm@^5.0.0; fi'
3637 - nvm --version
Original file line number Diff line number Diff line change 4545 "webpack" : " ^3.0.0 || ^4.0.0-alpha.0 || ^4.0.0"
4646 },
4747 "engines" : {
48- "node" : " >= 6 || >= 8"
48+ "node" : " >= 6.9.0 || >= 8.9.0 "
4949 },
5050 "repository" : {
5151 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments