aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-27 17:25:14 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 15:51:52 -0700
commit833a215e345e39c00702e6e6ecbb939ff0674b53 (patch)
treee7ccaa65d0001ef12ad3d15717ca6c9e4d5cedc0 /.travis.yml
parentde87e1ceb90f1b3deeaf05a38970f332a54e4faa (diff)
Install gflags, needed to build the C++ interop server
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 c98d79acec..eef54810e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
language: objective-c
+before_install:
+ - brew install gflags
env:
global:
- CONFIG=opt