Skip to content

Commit 363e34d

Browse files
committedMar 16, 2017
Enable mdv CI checking in OpenAPI.next branch
1 parent 9f39cd9 commit 363e34d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,12 @@ env:
77
matrix:
88
allow_failures:
99
- env: VALIDATORS=tv4
10+
install:
11+
- rm -rf ~/.nvm
12+
- curl -L https://raw.githubusercontent.com/creationix/nvm/master/install.sh | sh
13+
- source ~/.nvm/nvm.sh
14+
- nvm install 6.1
15+
- nvm use 6.1
16+
script:
17+
- npm install
18+
- node node_modules/mdv/mdv versions/3.*.md

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"json2yaml": "^1.0.3",
2525
"jsonschema": "^1.0.0",
2626
"map-stream": "^0.1.0",
27+
"mdv": "^1.0.3",
2728
"mocha": "^1.21.3",
2829
"q": "^1.0.1",
2930
"request": "^2.39.0",

0 commit comments

Comments
 (0)
Please sign in to comment.