Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Conditionally stops checking if generated file are up-to-date
Golang changed the way of gzip compression between go1.6.1 and 1.6.1+. So the gzipped proto.FileDescriptorProto always have diff. Thus we cannot assume that generated files have the same contents as the ones regenerated in Travis CI.
- Loading branch information