Merge pull request #111 from Dahlgren/feature/travis-node

Use more NodeJS versions while building with Travis CI
This commit is contained in:
Björn Dahlgren
2018-08-18 03:10:13 +02:00
committed by GitHub

View File

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