aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 07:50:54 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 16:51:25 -0700
commitea1cfc8eb1d11f0bae22d5cee1763f87ff05bf1d (patch)
tree571347df92ce4a5c8112bbefc06d2f0dd078df7f /.travis.yml
parent289016d702e56fd4a73cd489fc0ae25babbb9552 (diff)
Restrict tests to simulator
Device builds require code signing, that isn’t set up (they probably wouldn’t work anyway - I don’t think Travis is attaching devices to their VMs).
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c0d7c25280..518b1b8e3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,5 +22,6 @@ before_script:
- bins/$CONFIG/interop_server --port=5051 --use_tls &
xcode_workspace: src/objective-c/tests/Tests.xcworkspace
xcode_scheme: AllTests
+xcode_sdk: iphonesimulator9.1
notifications:
email: false