mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add Windows/OS X, cache npm, remove sudo false.
This commit is contained in:
parent
8455d96fba
commit
30633915d8
1 changed files with 5 additions and 1 deletions
|
|
@ -3,6 +3,10 @@ node_js:
|
|||
- "6"
|
||||
- "8"
|
||||
- "10"
|
||||
os:
|
||||
- windows
|
||||
- linux
|
||||
- osx
|
||||
cache: npm
|
||||
script: "npm run-script test-cover"
|
||||
after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
|
||||
sudo: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue