File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,17 +7,20 @@ matrix:
7
7
fast_finish : true
8
8
include :
9
9
- os : linux
10
- node_js : " 10"
11
- env : WEBPACK_VERSION="4.15.0" JOB_PART=lint
10
+ node_js : " 11"
11
+ env : WEBPACK_VERSION="latest" JOB_PART=lint
12
+ - os : linux
13
+ node_js : " 11"
14
+ env : WEBPACK_VERSION="latest" JOB_PART=test
12
15
- os : linux
13
16
node_js : " 10"
14
- env : WEBPACK_VERSION="4.15.0 " JOB_PART=test
17
+ env : WEBPACK_VERSION="latest " JOB_PART=test
15
18
- os : linux
16
19
node_js : " 8"
17
- env : WEBPACK_VERSION="4.15.0 " JOB_PART=test
20
+ env : WEBPACK_VERSION="latest " JOB_PART=test
18
21
- os : linux
19
22
node_js : " 6"
20
- env : WEBPACK_VERSION="4.15.0 " JOB_PART=test
23
+ env : WEBPACK_VERSION="latest " JOB_PART=test
21
24
before_install :
22
25
- nvm --version
23
26
- node --version
You can’t perform that action at this time.
0 commit comments