w3c-xml-validator
Version:
A library for programmatically submitting XML for online validation using W3C's Markup Validation Service (https://validator.w3.org/check).
26 lines (18 loc) • 287 B
YAML
git:
quiet: true
os: linux
language: node_js
node_js:
- "12"
- "10"
- "8"
env:
global:
- DEBUG=w3c-xml-validator
install:
- npm install
script:
- npm test
after_success:
- npm run coverage
- "cat coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"