build: support Node.js 0.12

This commit is contained in:
Douglas Christopher Wilson
2015-02-16 19:45:12 -05:00
parent b8d8f4524e
commit 66a13d0814
2 changed files with 2 additions and 10 deletions
+1 -5
View File
@@ -2,11 +2,7 @@ language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
matrix:
allow_failures:
- node_js: "0.11"
fast_finish: true
- "0.12"
sudo: false
script: "npm run-script test-ci"
after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
+1 -5
View File
@@ -2,11 +2,7 @@ environment:
matrix:
- nodejs_version: "0.8"
- nodejs_version: "0.10"
- nodejs_version: "0.11"
matrix:
allow_failures:
- nodejs_version: "0.11"
fast_finish: true
- nodejs_version: "0.12"
install:
- ps: Install-Product node $env:nodejs_version
- npm install