aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 11:06:33 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-05-20 11:06:33 -0700
commiteba2b1c09c80ba119574d312a49845b77f40bda8 (patch)
tree909d7ec822b8712b1d07ea2a30c84bf6b8b26e99 /.travis.yml
parent44477d2661b79de1d487e757e5deff199e4f8d19 (diff)
Cleanup now that we don’t use OpenSSL
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 93fc9e1acd..a993b551da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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