Files
CATALOGO_INFINITY/backend/node_modules/jpeg-exif/.travis.yml
T
2026-06-09 08:25:57 -05:00

8 lines
171 B
YAML

language: node_js
node_js:
- "10"
before_script:
- "npm i mocha chai coveralls istanbul"
after_success:
- "rm -rf ./coverage && npm r mocha chai istanbul coveralls"