Merge pull request #282 from strongloop/drop-node-6

chore: drop Node.js 6 and add Node.js 12 to travis
This commit is contained in:
Nora 2019-11-19 15:42:04 -05:00 committed by GitHub
commit fee0855137
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
language: node_js
node_js:
- "6"
- "8"
- "10"
- "12"