Use more NodeJS versions while building with Travis CI

This commit is contained in:
Björn Dahlgren 2018-08-18 03:05:16 +02:00
parent 94bb58761e
commit 4a451e9e8a

View File

@ -3,6 +3,9 @@ branches:
only:
- master
node_js:
- "10"
- "9"
- "8"
- "7"
- "6"
- "5"