From 51c52340db5a7b276ce9fe18ecad6678626f2ffb Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Mon, 2 Oct 2017 23:50:47 -0600 Subject: [PATCH] don't test on Node 7 as it's not a supported version --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f03df4f..448d0ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ node_js: - v0.12 - v4 - v6 -- v7 - v8 #before_install: #- npm -g install npm@latest