Update .travis.yml (#1841)

drop v13 ad and add node v14
This commit is contained in:
karanssj4 2020-08-04 07:51:36 +05:30 committed by GitHub
parent c24e498191
commit 7835a43cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ language: node_js
node_js:
- "10"
- "12"
- "13"
- "14"
after_success: npm run coverage