Travis: add Node.js 10.x to the build matrix

This commit is contained in:
Miroslav Bajtoš 2018-06-12 08:35:04 +02:00
parent c479be7069
commit 26c795fdea
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 1 additions and 0 deletions

View File

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