Skip to content

Commit

Permalink
Cleanup now that we don’t use OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizales committed May 20, 2016
1 parent 44477d2 commit eba2b1c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ before_install:
- gem install cocoapods -v '1.0.0'
- pod --version
- brew install gflags
# Pod install does this too, but we don't want the output.
- pod repo update --silent
install:
- make grpc_objective_c_plugin
- pushd src/objective-c/tests
# Needs to be verbose, or otherwise OpenSSL's prepare_command makes Travis
# time out:
- pod --version
- pod install --verbose
- pod install
- popd
before_script:
- make interop_server
Expand Down

0 comments on commit eba2b1c

Please sign in to comment.