Skip to content

Commit

Permalink
build: support io.js 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 14, 2015
1 parent 99e8ec5 commit 6a4a87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ node_js:
- "0.8"
- "0.10"
- "0.12"
- "1.0"
- "1.5"
sudo: false
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ environment:
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
- nodejs_version: "1.5"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
Expand Down

0 comments on commit 6a4a87e

Please sign in to comment.