From 9be1a46979e570046f42fcc8c550d6d5cbbca89d Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Fri, 26 Jun 2015 20:10:52 -0400 Subject: [PATCH] build: io.js@2.3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 01b92ea..e4e461e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ node_js: - "1.0" - "1.8" - "2.0" + - "2.3" sudo: false script: "npm run-script test-travis" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"