From 76628706ac688a02efd4dcf74cff8ebfc2c925ab Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Wed, 13 Jul 2016 00:21:01 -0700 Subject: [PATCH] Fix Travis not finding !ProtoCompiler-gRPC.podspec --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6bab2039296..0e10a833b0a 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