From 9d35e4fbff4204b522e29cc5080dcee15b8dc1f8 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sun, 14 Jun 2015 20:53:37 -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 22c6d032..711c7132 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-ci" after_script: "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"