language: node_js
node_js:
  - 'node'
  - 'lts/*'
after_success:
  - npm run coverage && bash <(curl -s https://codecov.io/bash)
