From bd9a1385feea349f48de658875c3f1bfc75daf74 Mon Sep 17 00:00:00 2001 From: Jon Hester Date: Thu, 5 Mar 2015 23:07:25 +0000 Subject: Tests: add the current version of node and iojs to the travis config Close gh-2121 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.travis.yml') 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' -- cgit v1.2.3