Ariel-Rodriguez/react-amp-template

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "stable"
cache:
  yarn: false
script:
  - npm install
  - npm test
after_script:
  - npm install -g codecov
  - npm run report-coverage