Skip to content

Commit

Permalink
[Travis] Don't test the same iOS 10 build on multiple devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrubin committed Jul 19, 2016
1 parent d3c466d commit 8b74fd1
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,7 @@ matrix:
include:
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 4S"
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 5"
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 5S"
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 6"
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 6 Plus"
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 6S"
- osx_image: xcode8
xcode_sdk: iphonesimulator10.0
env: DESTINATION="OS=10.0,name=iPhone 6S Plus"
env: DESTINATION="OS=10.0,name=iPhone SE"

# Check out nested dependencies
before_install: git submodule update --init --recursive
Expand Down

0 comments on commit 8b74fd1

Please sign in to comment.