language: node_js
cache: false

node_js:
  - '10'
  - '9'
  - '8'

script:
  - npm run lint
  - npm run test:coverage
