File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed
Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1+ sudo : false
12language : node_js
23node_js :
4+ - " iojs"
5+ - " 0.12"
36 - " 0.10"
4- - " 0.11"
57after_script :
68 - npm run coveralls
79git :
Original file line number Diff line number Diff line change 1- # appveyor file
21# http://www.appveyor.com/docs/appveyor-yml
2+ # http://www.appveyor.com/docs/lang/nodejs-iojs
33
4- # branches to build
54branches :
65 # whitelist
76 only :
87 - master
98
10- # build version format
11- version : " {build}"
12-
13- # what combinations to test
149environment :
1510 matrix :
16- - nodejs_version : 0.10
11+ # node.js
12+ - nodejs_version : " 0.10"
13+ - nodejs_version : " 0.12"
14+ # io.js
15+ - nodejs_version : " 1"
1716
18- # Get the stable version of node
1917install :
2018 - ps : Install-Product node $env:nodejs_version
2119 - npm install
2220
23- build : off
24-
2521test_script :
2622 - node --version
2723 - npm --version
28- - cmd : npm test
24+ - npm test
25+
26+ build : off
27+
28+ # build version format
29+ version : " {build}"
You can’t perform that action at this time.
0 commit comments