From 465d41a9f529106afdd3741cbbbe7374605199f2 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Thu, 21 May 2015 08:57:29 -0600 Subject: [PATCH] Only run CI against latest iojs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node 0.12 keeps getting killed for no distinguishable reason, and we aren’t really doing anything that targets anything in the core of Node. Our tests are run in a browser which is the really important part, and the tools we use test the various releases, so we could rely on their successful runs. When the merger between Node and iojs completes then we'll change to the latest release they produce together. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6b69c225d4..338f54088e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ sudo: false language: node_js node_js: - - "0.10" - - "0.12" - "iojs" notifications: webhooks: