mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
11 lines
208 B
YAML
11 lines
208 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.10"
|
|
- "0.12"
|
|
- "4"
|
|
- "6"
|
|
- "8"
|
|
- iojs
|
|
script: "npm run-script test-cover"
|
|
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
|
sudo: false
|