Travis: enable Node.js 10.x

This is a follow-up for #43 which added Node.js 10 to supported engines.
This commit is contained in:
Miroslav Bajtoš 2019-01-02 16:01:37 +01:00
parent f561dc5296
commit 5931f5351f
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,3 +3,4 @@ language: node_js
node_js:
- "6"
- "8"
- "10"