Skip to content

Commit

Permalink
chore: change test targets (#1788)
Browse files Browse the repository at this point in the history
No longer testing in node@8 as of nodemon@2.0.5

Adding node@14 and dropping non-LTS targets (odd versions).
  • Loading branch information
remy committed Oct 19, 2020
1 parent 66ec7cd commit f74f4a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit f74f4a2

Please sign in to comment.