dwyl/learn-hapi

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
 - "node"
before_install:
  - pip install --user codecov
after_success:
  - codecov --file coverage/lcov.info --disable search