mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user