Merge pull request #1482 from strongloop/travis-8

Add node8 support for travis
This commit is contained in:
Loay 2017-08-30 10:01:01 -04:00 committed by GitHub
commit c897c24974
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ language: node_js
node_js:
- "4"
- "6"
- "8"
after_success: npm run coverage