language: node_js
script: npm run test-ci
node_js:
  - "6"
  - "8"
  - "10"
