Skip to content

Commit

Permalink
Upgrade Go version in Travis CI to 1.7
Browse files Browse the repository at this point in the history
* Regenerate .pb.go files with Go 1.7 -- c.f. #137
  • Loading branch information
yugui committed Aug 16, 2016
1 parent ccd4e6b commit 6f56d32
Show file tree
Hide file tree
Showing 9 changed files with 193 additions and 192 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ branches:
language: go
sudo: false
go:
- 1.6.2
- 1.7
- tip
cache:
directories:
Expand All @@ -25,7 +25,7 @@ before_script:
- sh -c 'cd examples/browser && npm install'
script:
- make realclean && make examples SWAGGER_CODEGEN="java -jar $HOME/local/swagger-codegen-cli.jar"
- if ! go version | grep devel; then test -z "$(git status --porcelain)" || (git status; git diff; exit 1); fi
- test -z "$(git status --porcelain)" || (git status; git diff; exit 1)
- env GLOG_logtostderr=1 go test -race -v github.com/grpc-ecosystem/grpc-gateway/...
- make lint
- sh -c 'cd examples/browser && gulp'
Expand Down
147 changes: 74 additions & 73 deletions examples/examplepb/a_bit_of_everything.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/examplepb/echo_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6f56d32

Please sign in to comment.