aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 02:23:15 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 16:34:35 -0700
commit227c9b2a05b8746af7704ac56f1bbc8ca538f697 (patch)
tree042dd6a4a1588075847b455037b9d6a554408f6c /.travis.yml
parent833a215e345e39c00702e6e6ecbb939ff0674b53 (diff)
Try Travis builtin support for Cocoapods & xctool
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 10 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index eef54810e2..0696514350 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,18 @@
language: objective-c
-before_install:
- - brew install gflags
env:
global:
- CONFIG=opt
- TEST=objc
- JOBS=1
-script:
- - ./tools/run_tests/run_tests.py -l $TEST -t -j $JOBS -c $CONFIG -s 4.0
+before_install:
+ - brew install gflags
+ - make grpc_objective_c_plugin
+ - make interop_server
+podfile: src/objective-c/tests/Podfile
+before_script:
+ - bins/$CONFIG/interop_server --port=5050 &
+ - bins/$CONFIG/interop_server --port=5051 --use_tls &
+xcode_workspace: src/objective-c/tests/Tests.xcworkspace
+xcode_scheme: AllTests
notifications:
email: false