Skip to content

Commit

Permalink
Restrict tests to simulator
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
jcanizales committed Oct 28, 2015
1 parent 289016d commit ea1cfc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ea1cfc8

Please sign in to comment.