File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,19 @@ environment:
11
11
- nodejs_version : ' 6'
12
12
webpack_version : latest
13
13
job_part : test
14
- - nodejs_version : ' 4.3 '
15
- webpack_version : latest
14
+ - nodejs_version : ' 8 '
15
+ webpack_version : 4.0.0-alpha.0
16
16
job_part : test
17
17
build : ' off'
18
18
matrix :
19
19
fast_finish : true
20
20
install :
21
- - ' ps: Install-Product node $env:nodejs_version x64'
21
+ - ps : Install-Product node $env:nodejs_version x64
22
+ - npm i -g npm@latest
22
23
- npm install
23
24
before_test :
24
- - ' cmd: npm install webpack@%webpack_version%'
25
+ - cmd : npm install webpack@%webpack_version%
25
26
test_script :
26
27
- node --version
27
28
- npm --version
28
- - ' cmd: npm run appveyor:%job_part%'
29
+ - cmd : npm run appveyor:%job_part%
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments