Merge pull request #3543 from strongloop/update/travis-platforms

travis: drop Node.js 7.x, add 8.x
This commit is contained in:
Miroslav Bajtoš 2017-08-03 12:31:25 +02:00 committed by GitHub
commit 5562dca118
1 changed files with 1 additions and 1 deletions

View File

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