From a9f69bcbc6e34d0299c56aab6f13580369936f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Mon, 23 May 2016 11:13:40 +0200 Subject: [PATCH] travis: add v4, v6, drop io.js [back-port of #943] --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ccb608f..ecf6d683 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ language: node_js node_js: - "0.10" - "0.12" - - "iojs" + - "4" + - "6"