language: node_js
node_js:
  - '13'
  - '12'
  - '11'
  - '10'
  - '9'
  - '8'
script:
  - npm run test:standard
  - npm run test:coverage
after_success:
  - npm run report:coverage
