wgumenyuk/msn-weather

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js

node_js:
  - 17

install:
  - npm install

scripts:
  - npm install codecov -g
  - npm run lint
  - npm run test

after_success:
  - codecov