From 75bf5b7e89adf25612466c76b532efae21525add Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 14 May 2015 19:25:01 -0400 Subject: [PATCH] build: suppport io.js 2.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a73438f..306631e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ node_js: - "0.12" - "1.0" - "1.8" + - "2.0" sudo: false script: "npm run-script test-travis" after_script: "npm install coveralls@2.11.1 && cat ./coverage/lcov.info | coveralls"