awesome-compose/nginx-nodejs-redis/web/node_modules/debug/.travis.yml
ajeetraina 7770fe6e3f modified configuration file for web
Signed-off-by: ajeetraina <ajeetraina@gmail.com>
2022-03-13 17:02:25 +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