From 02888e1d05a0136bfb00a01725b299d4307f425f Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 14 Nov 2018 08:37:44 +0100 Subject: [PATCH] Drop Node.js v0.8.x from Travis CI. node-gyp v3.6.3 doesn't work with node.js v0.8.28 any longer and therefore the test suite doesn't build. As that is outside our control, drop it. In fact, it's a dependency of node-gyp that stopped working but that is immaterial, the net result is the same. PR-URL: https://github.com/nodejs/nan/pull/826 Reviewed-By: David Siegel --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 666d187a..b2bc093d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ addons: - g++-4.8 env: matrix: - - TRAVIS_NODE_VERSION="0.8" - TRAVIS_NODE_VERSION="0.10" - TRAVIS_NODE_VERSION="0.12" - TRAVIS_NODE_VERSION="4"