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).
This commit is contained in:
Remy Sharp
2020-10-19 19:20:22 +01:00
committed by GitHub
parent 66ec7cd414
commit f74f4a2077

View File

@@ -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: