language: node_js

node_js:
  - lts/*
  - node

before_script:
- npm install

script:
- npm run lint
- npm test

after_script:
- npm run ci.coverage
