openzipkin / zipkin-api

Zipkin's language independent model and HTTP Api Definitions
https://zipkin.io/zipkin-api/
Apache License 2.0
59 stars 32 forks source link

Makes travis actually run a check #66

Closed codefromthecrypt closed 5 years ago

codefromthecrypt commented 5 years ago

Before, travis was executing a dummy maven build which has no tests.

Now, this does OpenApi/Swagger validation. Later, we can add a proto validator, possibly also a thrift one.

codefromthecrypt commented 5 years ago

@abesto PS this is related to https://github.com/openzipkin-contrib/apache-release-verification/pull/22#pullrequestreview-231969647, with a few notes:

codefromthecrypt commented 5 years ago

made it more pretty

Screen Shot 2019-04-30 at 11 00 57 AM

codefromthecrypt commented 5 years ago

protobuf check https://github.com/apache/incubator-zipkin-api/pull/68