Merge pull request #44 from strongloop/travis-node10

Travis: enable Node.js 10.x
This commit is contained in:
Miroslav Bajtoš 2019-01-02 16:20:35 +01:00 committed by GitHub
commit eef46ef9bb
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,3 +3,4 @@ language: node_js
node_js:
- "6"
- "8"
- "10"