Enable Node.js 10.x on Travis CI

This commit is contained in:
Miroslav Bajtoš 2018-05-29 08:55:15 +02:00
parent 59b14093c5
commit 36ef35dd60
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 1 additions and 0 deletions

View File

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