Skip to content

Commit 46306be

Browse files
committed
build: support io.js 2.x
1 parent 195e45a commit 46306be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- "0.12"
66
- "1.0"
77
- "1.8"
8+
- "2.0"
89
sudo: false
910
script: "npm run-script test-ci"
1011
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ environment:
55
- nodejs_version: "0.12"
66
- nodejs_version: "1.0"
77
- nodejs_version: "1.8"
8+
- nodejs_version: "2.0"
89
install:
910
- ps: Install-Product node $env:nodejs_version
1011
- npm install

0 commit comments

Comments
 (0)