Skip to content

Commit 899e03a

Browse files
heikkiphated
authored andcommitted
Build: Update CI environments
1 parent 29c851f commit 899e03a

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1+
sudo: false
12
language: node_js
23
node_js:
4+
- "iojs"
5+
- "0.12"
36
- "0.10"
4-
- "0.11"
57
after_script:
68
- npm run coveralls
79
git:

appveyor.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,29 @@
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
54
branches:
65
# whitelist
76
only:
87
- master
98

10-
# build version format
11-
version: "{build}"
12-
13-
# what combinations to test
149
environment:
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
1917
install:
2018
- ps: Install-Product node $env:nodejs_version
2119
- npm install
2220

23-
build: off
24-
2521
test_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}"

0 commit comments

Comments
 (0)