From f2dd66f6140d1cdf33f2c36387326e003e3a6392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Fri, 8 May 2015 00:49:11 +0200 Subject: [PATCH] chore(travis): test on iojs-v2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4b1160b0..cf29732c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: +- iojs-v2 - iojs-v1 - '0.10' - '0.12'