From d29c394c1f1f918daef09bfc6def62c0b01b5d2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski?= Date: Tue, 8 Sep 2015 22:38:29 +0200 Subject: [PATCH] Build: Drop io.js testing, test on latest Node.js Node.js & io.js have merged, there will be no more major io.js releases. Also, as of today io.js is officially unsupported (even if it still gets some updates) while Node.js 4.0.0 (just released!) will be supported until 2018. (cherry-picked from 250a1990baa571de60325ab2c52eabb399c4cf9e) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f375c2c3b..bbbd62b97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ sudo: false node_js: - '0.10' - '0.12' -- 'iojs' +- '4'