Skip to content

Commit

Permalink
Merge pull request grpc-ecosystem#136 from gengo/fix/disable-diff
Browse files Browse the repository at this point in the history
Conditionally stops checking if generated file are up-to-date
  • Loading branch information
yugui committed Apr 18, 2016
2 parents 965b62d + e09ec18 commit d5f85e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- 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)
- if ! go version | grep devel; then test -z "$(git status --porcelain)" || (git status; git diff; exit 1); fi
- env GLOG_logtostderr=1 go test -race -v github.com/gengo/grpc-gateway/...
- golint github.com/gengo/grpc-gateway/protoc-gen-grpc-gateway/...
- golint github.com/gengo/grpc-gateway/runtime/...
Expand Down

0 comments on commit d5f85e7

Please sign in to comment.