mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 06:20:12 +01:00
Add Node.js version 5.* to Travis CI builds.
This commit is contained in:
parent
9cf9eb8b98
commit
2ff366e0ee
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@ language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- iojs
|
|
||||||
- "4"
|
- "4"
|
||||||
|
- "5"
|
||||||
|
- iojs
|
||||||
script: "npm run-script test-cover"
|
script: "npm run-script test-cover"
|
||||||
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue