From 78c5eec93145c0e119bc32e1a6f58bf6d0550607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Kooi?= Date: Wed, 24 Feb 2016 22:21:09 +0100 Subject: [PATCH] ci: Drop io.js, add Node 4 & 5 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e621f08..c544a38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ language: node_js node_js: - "0.12" - "0.10" - - "iojs" + - "4" + - "5"