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:
1111 - nodejs_version : ' 6'
1212 webpack_version : latest
1313 job_part : test
14- - nodejs_version : ' 4.3 '
15- webpack_version : latest
14+ - nodejs_version : ' 8 '
15+ webpack_version : 4.0.0-alpha.0
1616 job_part : test
1717build : ' off'
1818matrix :
1919 fast_finish : true
2020install :
21- - ' ps: Install-Product node $env:nodejs_version x64'
21+ - ps : Install-Product node $env:nodejs_version x64
22+ - npm i -g npm@latest
2223 - npm install
2324before_test :
24- - ' cmd: npm install webpack@%webpack_version%'
25+ - cmd : npm install webpack@%webpack_version%
2526test_script :
2627 - node --version
2728 - 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