-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure Travis CI #49
Conversation
yugui
commented
Sep 3, 2015
- Upgrade protoc version
- Upgrade go version
- Make CI faster and strict
3ced277
to
2e38155
Compare
Follows golang/protobuf@59b73b3, which introduces an incompatible change in generated codes
2e38155
to
2d670f9
Compare
* Use container-based infrastructure of Travis * Avoid building protoc every time * Avoid building `go tool vet`
3751d8a
to
16efe64
Compare
go: | ||
- 1.3 | ||
- 1.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why 1.4 and not 1.5, which is the latest official release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
certainly. fixed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
16efe64
to
f75ddca
Compare
LGTM |
…_api feat: delete useless api and add get url binding.