language: node_js
node_js:
  - "lts/*"
before_script:
  - npm install
script:
  - npm test
after_script:
  - npm run coveralls
