travis: drop Node.js 7.x, add 8.x

This commit is contained in:
Miroslav Bajtoš 2017-08-03 12:02:26 +02:00
parent 619a0e468d
commit 3915c49a89
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
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