From 528ef535194e40613d31ffd759b2658cfbc5da3a Mon Sep 17 00:00:00 2001 From: Aria Stewart Date: Tue, 10 Nov 2015 00:32:44 -0500 Subject: [PATCH] test node 4 and 5 instead of iojs --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bfd6cb..4ecfd49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: node_js node_js: - "0.12" - "0.10" - - "iojs" + - "4" + - "5" script: - "npm run-script cover"