From f74f4a20772b5d96506386d2e35569bc3e2c1811 Mon Sep 17 00:00:00 2001 From: Remy Sharp Date: Mon, 19 Oct 2020 19:20:22 +0100 Subject: [PATCH] chore: change test targets (#1788) No longer testing in node@8 as of nodemon@2.0.5 Adding node@14 and dropping non-LTS targets (odd versions). --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9afab06e..8057e91c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,9 @@ cache: notifications: email: false node_js: + - '14' - '12' - - '11' - '10' - - '8' before_install: - if [ "$TRAVIS_PULL_REQUEST_BRANCH" == "" ]; then echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc; fi after_success: