Merge pull request #429 from strongloop/travis

chore: add Node.js 14 to travis
This commit is contained in:
Diana Lau 2020-08-07 15:16:45 -04:00 committed by GitHub
commit b06a8b8dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ node_js:
- "8"
- "10"
- "12"
- "14"
# Xenial build environment comes with MySQL 5.7
dist: xenial
services: