From dd2e02715366d6959ae2c61c3e11fecb481374f4 Mon Sep 17 00:00:00 2001 From: Jon Hester Date: Thu, 5 Mar 2015 23:07:25 +0000 Subject: [PATCH] Tests: add the current version of node and iojs to the travis config Close gh-2121 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0f4d3dafb..f375c2c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,5 @@ language: node_js sudo: false node_js: - '0.10' +- '0.12' +- 'iojs' -- 2.39.5