diff --git a/.travis.yml b/.travis.yml index 47ecf8e0055..29cd494b725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,10 +14,13 @@ before_install: - go get github.com/golang/lint/golint install: - go get github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway +- go get github.com/gengo/grpc-gateway/runtime +- go get github.com/gengo/grpc-gateway/examples +- go get github.com/gengo/grpc-gateway/examples/server script: - make realclean && make examples - test -z "$(git status --porcelain)" || (git status; git diff; exit 1) -- go test -v github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/... --logtostderr +- go test -v github.com/gengo/grpc-gateway/... --logtostderr - golint github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/... - golint github.com/gengo/grpc-gateway/runtime/... - golint github.com/gengo/grpc-gateway/utilities/...