From 12d61ace2c56df545da09ad857f5ada72c69f320 Mon Sep 17 00:00:00 2001 From: Mark Nadal Date: Mon, 16 Sep 2019 10:04:38 -0700 Subject: [PATCH] DROPPING NODEJS 8 SUPPORT!!!! --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4cf6f163..9ae50c30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ branches: except: - debug node_js: - - 8 - 10 cache: directories: - - node_modules \ No newline at end of file + - node_modules