language: node_js
node_js:
  - "8.16"
script:
  - "npm run lint"
  - "npm run test-with-coverage"
after_success:
- "npm run coveralls"
