-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add continuous integration #357
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
Comments
Its also good to test different protoc versions. These might be useful @tamird helped me set them up |
Added simple travis config for now #379 . I've yet to enable travis run on this, still waiting for admin access. Thanks for the pointer for using different protoc version. We'll evaluate which versions to test against. |
@cybrcodr you still need to enable travis-ci for this repository. See https://travis-ci.org/golang/protobuf |
We are gradually moving to have all Go protobuf work developed on github, but we need to have an integration bot setup (probably Travis CI). This CI should be testing on all versions of Go down to whatever version of Go that AppEngine is still running.
\cc @cybrcodr
The text was updated successfully, but these errors were encountered: