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