.travis.yml 195 B

123456789
  1. sudo: required
  2. language: node_js
  3. node_js:
  4. - '10'
  5. script:
  6. - npm test
  7. - npm run coveralls
  8. notifications:
  9. webhooks: https://coveralls.io/webhook?repo_token=bOzghLfr6hi9xqh8LDKUPB07Q56vdl1YG