MatthiasMargot/redux-communication

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "11"
install:
  - npm install
  - npm install -g codecov
script:
  - npm run test:coverage && codecov