aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-07-13 00:21:01 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-07-13 00:21:01 -0700
commit76628706ac688a02efd4dcf74cff8ebfc2c925ab (patch)
tree04e11e7a89530b6fb8461e519fd29c71e5796b83 /.travis.yml
parent34b0cd0c4774835429354662f88340523dc19668 (diff)
Fix Travis not finding !ProtoCompiler-gRPC.podspec
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 6bab203929..0e10a833b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -34,10 +34,13 @@ env:
TEST_PATH="src/objective-c/examples/SwiftSample" BUILD_ONLY="true"
INTEROP_SERVER="false"
before_install:
+ # Until Travis upgrades from Cocoapods 0.39, we need to do it here.
- pod --version
- gem uninstall cocoapods -a
- gem install cocoapods -v '1.0.1'
- pod --version
+ # Recent pods aren't found if we don't explicitly update Cocoapods' repo.
+ - pod repo update
- brew install gflags
install:
- pushd $TEST_PATH