Files
kidsai/html/rechner_backup/backup/node_modules/debug/.travis.yml
2025-06-24 15:43:32 +02:00

15 lines
140 B
YAML

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