From 767138ce6ca8e581fc22d64ca5bc3142393a93bd Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Wed, 21 Jun 2017 13:39:45 -0700 Subject: [PATCH] Remove node 6 from the test matrix It has never caught any issue in practice and is making the whole test suite consume 1/3 more cpu as a result. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 45a225b4..c7f6fac0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: node_js node_js: - 4 - - 6 - stable cache: yarn: true