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
1
2
language : node_js
2
3
node_js :
4
+ - " iojs"
5
+ - " 0.12"
3
6
- " 0.10"
4
- - " 0.11"
5
7
after_script :
6
8
- npm run coveralls
7
9
git :
Original file line number Diff line number Diff line change 1
- # appveyor file
2
1
# http://www.appveyor.com/docs/appveyor-yml
2
+ # http://www.appveyor.com/docs/lang/nodejs-iojs
3
3
4
- # branches to build
5
4
branches :
6
5
# whitelist
7
6
only :
8
7
- master
9
8
10
- # build version format
11
- version : " {build}"
12
-
13
- # what combinations to test
14
9
environment :
15
10
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"
17
16
18
- # Get the stable version of node
19
17
install :
20
18
- ps : Install-Product node $env:nodejs_version
21
19
- npm install
22
20
23
- build : off
24
-
25
21
test_script :
26
22
- node --version
27
23
- 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