mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 14:30:12 +01:00
Update Travis CI to test with Node 6 instead of Node 5.
This commit is contained in:
parent
079ae7ac16
commit
48959afc33
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "4"
|
- "4"
|
||||||
- "5"
|
- "6"
|
||||||
- iojs
|
- 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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue