Enable Node.js 12.x on Travis CI

This commit is contained in:
Miroslav Bajtoš 2019-04-29 09:13:05 +02:00
parent 66ec2aa57f
commit f19a8ab6fe
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:
- "6"
- "8"
- "10"
- "12"
after_success: npm run coverage