Merge pull request #4186 from strongloop/chore/add-node-12

Enable Node.js 12.x on Travis CI
This commit is contained in:
Miroslav Bajtoš 2019-04-29 09:22:42 +02:00 committed by GitHub
commit 3a2a645e0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ node_js:
- "6" - "6"
- "8" - "8"
- "10" - "10"
- "12"
after_success: npm run coverage after_success: npm run coverage