From 5237f9e4cf0afc3e1c5a793cb5c8f6168f91bdb5 Mon Sep 17 00:00:00 2001 From: Andrew Casey Date: Tue, 11 Aug 2020 10:52:48 -0700 Subject: [PATCH] Drop testing of node 8 It's not worth figuring out why it's failing - we don't even test it in our AzDO or GH Actions runs. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ec159d9a8d77e..32142c969434d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ node_js: - '14' - '12' - '10' - - '8' env: - workerCount=3 timeout=600000