From 3547a51f2ccc1c9eadc3075f65dde875b82c4848 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Tue, 19 Jun 2018 23:18:47 -0700 Subject: [PATCH] Remove node.js 6 from .travis.yml since uws no longer supports it --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 063b4f9e..f70902c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,3 @@ env: node_js: - "10" - "8" - - "6"