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