From 47d8388d26005d798d3e4ff558651d1fb1e59d71 Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Wed, 25 Apr 2018 00:28:07 -0400 Subject: [PATCH] ci(test): dont test on node 4 node 4 is old and doesnt support some features we are using --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 817ec53..3b90c82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ node_js: - '9' - '8' - '6' - - '4' install: - npm install - npm install -g codecov