From 64ac34810b6bd49cb267aaa7252687fcc4060b70 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Sat, 28 Mar 2020 14:42:09 +0100 Subject: [PATCH] ci(travis): removes Node.js v6 and v8 from testing --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 44b04f9..02f8280 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,6 @@ git: depth: 10 node_js: - - 6 - - 8 - 10 - 12