From 0691c4f7bd0f011b1bc57ca44073e620bd823632 Mon Sep 17 00:00:00 2001 From: isaacs Date: Thu, 27 Feb 2020 10:32:26 -0800 Subject: [PATCH] drop unsupported node 8 from .travis.yml --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09263d7a..74a4b82b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,6 @@ language: node_js -sudo: false node_js: - node - 12 - 10 - - 8 - -os: - - linux - -cache: - directories: - - $HOME/.npm - -notifications: - email: false