aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 04:31:35 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 16:51:25 -0700
commit53d01bc0049c1b00308d867ad20b7e40f2e4faa5 (patch)
tree50b4e7e26a026acc8f3204b273c124d50c013def /.travis.yml
parentbda34767fac2389a405ada15fff0913d786255f2 (diff)
Silence pod repo update
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c48d39ac28..3829104f85 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,8 @@ env:
- JOBS=1
before_install:
- brew install gflags
+ # Pod install does this too, but we don't want the output.
+ - pod repo update --silent
- make grpc_objective_c_plugin
- make interop_server
install: