AnastasiaTetyueva/project-lvl1-s478

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "node"

before_install:
- npm i -g npm npx
- npm i

script:
- make lint