p7g/template-router

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
  - "node"
  - "lts/*"

install:
  - npm install --global codecov
  - npm install

script:
  - npm run test
  - npm run report-coverage