From 5c08723e2f508ba5ad933a6d27c724025c04e9eb Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 27 Mar 2015 16:05:18 +1300 Subject: [PATCH] travis: test iojs, node 0.12 --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2083806..ede0214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: node_js node_js: - - "0.11" - - "0.10" \ No newline at end of file + - "iojs" + - "0.12" + - "0.10"