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

This commit is contained in:
Miroslav Bajtoš 2018-06-12 16:31:02 +02:00
parent 5231b0cb27
commit ffc06e3ce1
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
1 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,5 @@ sudo: false
language: node_js
node_js:
- "6"
- "8"
- "10"