Files
helsinki/Pt12/part12-containers-applications/todo-app/todo-backend/node_modules/debug/.travis.yml
T
2025-07-15 23:14:49 +03:00

15 lines
140 B
YAML
Executable File

language: node_js
node_js:
- "6"
- "5"
- "4"
install:
- make node_modules
script:
- make lint
- make test
- make coveralls