Skip to content

Commit

Permalink
Fix Travis not finding !ProtoCompiler-gRPC.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizales committed Jul 13, 2016
1 parent 34b0cd0 commit 7662870
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7662870

Please sign in to comment.