BE-SPAN/node_modules/debug/.travis.yml
githubna-ilham 722cd440e8 first commit
2024-10-20 22:04:16 +07: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