aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 20:27:40 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-10-28 20:27:40 -0700
commit7102c92979856ba013475a01c223b007798b06b4 (patch)
tree863ca8dcb3af5036b30c8f637c1e2f577bdafd85 /.travis.yml
parentabf596c022816d83a37be68ef93cd36f1808c7b7 (diff)
Deactivate remote interop tests in Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ef803e3f0a..d2d1c8ba63 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,12 @@ 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
+xcode_scheme:
+ - RxLibraryUnitTests
+ - InteropTestsLocalSSL
+ - InteropTestsLocalCleartext
+ # TODO(jcanizales): Investigate why they time out:
+ # - InteropTestsRemote
xcode_sdk: iphonesimulator9.1
notifications:
email: false