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