From 65f634e2060270921e423063907a0e0ee3f25abb Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 15 Mar 2015 21:43:25 -0400 Subject: [PATCH] build: support Node.js 0.12 --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1ff243c..7e0e6b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ language: node_js node_js: - "0.8" - "0.10" - - "0.11" -matrix: - allow_failures: - - node_js: "0.11" - fast_finish: true + - "0.12" script: "npm run-script test-travis" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"