Skip to content

Commit

Permalink
build: support io.js 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed May 13, 2015
1 parent 39b6084 commit 10a5df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ node_js:
- "0.12"
- "1.0"
- "1.8"
- "2.0"
sudo: false
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -5,6 +5,7 @@ environment:
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "1.8"
- nodejs_version: "2.0"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit 10a5df0

Please sign in to comment.