Merge pull request #1482 from strongloop/travis-8
Add node8 support for travis
This commit is contained in:
commit
c897c24974
|
@ -3,5 +3,6 @@ language: node_js
|
|||
node_js:
|
||||
- "4"
|
||||
- "6"
|
||||
- "8"
|
||||
|
||||
after_success: npm run coverage
|
||||
|
|
Loading…
Reference in New Issue