From ecac419a9b142405cdec6b6f5f1e25bbf2c60388 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 14 Mar 2018 11:50:46 +0700 Subject: [PATCH] Stop testing on older Node.js versions Some sub-dependencies are dropping older Node.js versions without following semver and I don't have to energy to call them out on it. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e631c404..7d69d741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,3 @@ node_js: - '8' - '6' - '4' - - '0.12' - - '0.10'