Merge pull request #3899 from strongloop/add-node-10

Enable Node.js 10.x on Travis CI
This commit is contained in:
Miroslav Bajtoš 2018-05-29 09:48:00 +02:00 committed by GitHub
commit eb3301abf2
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:
- "4"
- "6"
- "8"
- "10"
after_success: npm run coverage