From 66a13d08141622cfab253c52764ede52ff02f330 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Mon, 16 Feb 2015 19:45:12 -0500 Subject: [PATCH] build: support Node.js 0.12 --- .travis.yml | 6 +----- appveyor.yml | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 64098af..b827ee9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" diff --git a/appveyor.yml b/appveyor.yml index 8410964..5b9869d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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