File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- sudo : false
21git :
32 depth : 2
43language : node_js
54node_js :
5+ - " 12"
66 - " 10"
77 - " 8"
88 - " 6"
Original file line number Diff line number Diff line change @@ -2,15 +2,17 @@ init: git config --global core.autocrlf input
22
33shallow_clone : true
44
5- version : ' 1.0.{build}'
5+ version : " 1.0.{build}"
66
77skip_tags : true
88
99environment :
1010 matrix :
11- - nodejs_version : ' 8'
12- - nodejs_version : ' 6'
13- - nodejs_version : ' 4'
11+ - nodejs_version : " 12"
12+ - nodejs_version : " 10"
13+ - nodejs_version : " 8"
14+ - nodejs_version : " 6"
15+ - nodejs_version : " 4"
1416
1517install :
1618 - ps : Install-Product node $env:nodejs_version
@@ -20,4 +22,4 @@ test_script: npm test
2022
2123build : off
2224
23- cache : node_modules -> package.json
25+ cache : ' node_modules -> appveyor.yml, package.json,package-lock.json '
You can’t perform that action at this time.
0 commit comments