language: node_js
node_js:
- '6.10.0'
- '8.11.1'
script:
- npm run unit-tests
