jeansaad/hotel

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "stable"
  - "12"
  - "10"
script:
  - npm run build
  - npm test