Skip to content
Snippets Groups Projects
Commit 06b4d6c3 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Don’t checkout specific proto versions in Travis anymore

Now that the submodule points to 3.0.0-beta-3.1, which is what we need.
parent 565c6a0d
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,6 @@ before_install:
- gem install cocoapods -v '1.0.0'
- pod --version
- brew install gflags
- pushd third_party/protobuf
- git checkout v3.0.0-beta-3
- popd
install:
- make grpc_objective_c_plugin
- pushd src/objective-c/tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment