From ef167921e9f8d03e4bd08604480e1458cbf861e9 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 2 Feb 2019 14:15:59 -0800 Subject: [PATCH] chore: drop Node 6 from testing matrix (#1287) BREAKING CHANGE: dropping Node 6 which hits end of life in April 2019 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 99c2402af..c1c3d650f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: node_js node_js: - - "6" - "8" - "10" + # - "11" TODO: add 11 in April when 12 goes live. - "node" os: