aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 13:34:56 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 13:34:56 -0700
commite83eff4bb3aeaae7bad608a8b20550ccc7c9966f (patch)
tree8f893b51463894d6724731bfce61f436eb363061 /.travis.yml
parent92e56bb0fc1ee46430746f7b91839eea2200960e (diff)
Use protobuf 3-beta-3 on Travis, which supports Cocoapods 1
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 75b1440630..16c6390a54 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,9 @@ 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