castrolol/node-placa-mercosul

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "10"
install:
  - npm i -g codecov
  - npm install
script:
  - npm test
  - npm run codecov