From b6364a4c0ec079792e873dac01a79a4d2d2eaa00 Mon Sep 17 00:00:00 2001 From: Derrick Beining Date: Mon, 10 Dec 2018 00:53:01 -0500 Subject: [PATCH] build(travis): only test on node 8 and 10 --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 651038e..28eebc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,6 @@ cache: npm notifications: email: false node_js: - - "4" - - "6" - "8" - "10" install: