File tree 3 files changed +103
-62
lines changed 3 files changed +103
-62
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+ script :
3
+ - npm install
4
+ env :
5
+ - VALIDATORS=tv4
6
+ - VALIDATORS=zschema
7
+ matrix :
8
+ allow_failures :
9
+ - env : VALIDATORS=tv4
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " swagger-validator" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " validates a file" ,
5
+ "author" : {
6
+ "name" : " Tony Tam" ,
7
+
8
+ "url" : " http://swagger.io"
9
+ },
10
+ "license" : " Apache" ,
11
+ "readmeFilename" : " README.md" ,
12
+ "dependencies" : {
13
+ "tv4" : " ~1.1.x" ,
14
+ "chai" : " 1.9.x"
15
+ },
16
+ "devDependencies" : {
17
+ "glob" : " ^4.0.5" ,
18
+ "gulp" : " ~3.8.x" ,
19
+ "gulp-ext-replace" : " ^0.1.0" ,
20
+ "gulp-jsonlint" : " 0.0.3" ,
21
+ "gulp-util" : " ^3.0.0" ,
22
+ "gulp-yaml" : " 0.0.3" ,
23
+ "js-yaml" : " ^3.1.0" ,
24
+ "json2yaml" : " ^1.0.3" ,
25
+ "jsonschema" : " ^1.0.0" ,
26
+ "map-stream" : " ^0.1.0" ,
27
+ "mocha" : " ^1.21.3" ,
28
+ "q" : " ^1.0.1" ,
29
+ "request" : " ^2.39.0" ,
30
+ "z-schema" : " ^2.4.9"
31
+ }
32
+ }
You can’t perform that action at this time.
0 commit comments