Skip to content

Commit

Permalink
Deactivate remote interop tests in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jcanizales committed Oct 29, 2015
1 parent abf596c commit 7102c92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7102c92

Please sign in to comment.