Merge pull request #3899 from strongloop/add-node-10
Enable Node.js 10.x on Travis CI
This commit is contained in:
commit
eb3301abf2
|
@ -4,6 +4,7 @@ node_js:
|
|||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
|
||||
after_success: npm run coverage
|
||||
|
||||
|
|
Loading…
Reference in New Issue