From f5f56fa48ea4d2a61c385938e7753f5c1fe049d6 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Thu, 3 Oct 2019 22:25:15 -0700 Subject: [PATCH] Remove Node 4 from Travis --- .gitignore | 1 + .travis.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c12f3a80..c650246c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /node_modules +/yarn.lock /?.js diff --git a/.travis.yml b/.travis.yml index a161c11e..bb8ff352 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: node_js node_js: - - "4" - "6" - "8" - "10"