From 03587abff1a90efa6cc4995198012b5316e14e11 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 22 Nov 2018 17:54:02 +0000 Subject: [PATCH] Update .travis.yml Remove node 6 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4f61c289..3b201c1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,8 @@ node_js: # make sure we work with a range of node versions. # # Current status of node versions: https://github.com/nodejs/LTS/ - - 6 + # We don't work with node 6 because it doesn't support package-lock + # files which we need to avoid the broken version of base-x - 8 - 10 addons: