Skip to content
Snippets Groups Projects
Commit bda34767 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Pod install manually, to get —-verbose

parent 227c9b2a
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,12 @@ before_install: ...@@ -8,7 +8,12 @@ before_install:
- brew install gflags - brew install gflags
- make grpc_objective_c_plugin - make grpc_objective_c_plugin
- make interop_server - make interop_server
podfile: src/objective-c/tests/Podfile install:
- pushd src/objective-c/tests
# Needs to be verbose, or otherwise OpenSSL's prepare_command makes Travis
# time out:
- pod install --verbose
- popd
before_script: before_script:
- bins/$CONFIG/interop_server --port=5050 & - bins/$CONFIG/interop_server --port=5050 &
- bins/$CONFIG/interop_server --port=5051 --use_tls & - bins/$CONFIG/interop_server --port=5051 --use_tls &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment