FLUJOS/VISUALIZACION/node_modules/posthtml-parser/.travis.yml
2025-11-07 00:06:12 +01:00

14 lines
271 B
YAML
Executable file

sudo: false
language: node_js
node_js:
- "stable"
- "lts/*"
- 6
env:
global:
- ISTANBUL_COVERAGE: yes
after_success:
- npm i coveralls
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && echo "Coverage data was sent to coveralls!"