ApoorvSaxena/async-resolver

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
sudo: false
language: node_js
node_js:
  - '8'
script:
  - npm run test
after_success: 'npm run coveralls'