build: support io.js 1.x

This commit is contained in:
Douglas Christopher Wilson
2015-03-13 22:25:52 -04:00
parent 99e8ec512a
commit 6a4a87edcd
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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
View File
@@ -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