Files
antigravity-claude-proxy/node_modules/debug/.travis.yml
Badri Narayanan S 52d72b7bff initial commit
2025-12-18 00:06:00 +05:30

15 lines
140 B
YAML

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