Don't run CI on iOS 7.1 simulator for now

This appears to be broken in the current beta of Xcode 7. Might add back later once this is fixed.
This commit is contained in:
Lukas Spieß
2015-09-09 14:57:10 +02:00
parent a25c3095bc
commit 8e732f8e4d

View File

@@ -8,7 +8,6 @@ env:
- CONFIGURATION="DEBUG"
matrix:
- SCHEME="HockeySDK" DESTINATION="OS=7.1,name=iPad 2" RUN_TESTS="YES"
- SCHEME="HockeySDK" DESTINATION="OS=8.1,name=iPhone 5" RUN_TESTS="YES"
- SCHEME="HockeySDK" DESTINATION="OS=8.4,name=iPhone 6" RUN_TESTS="YES"
- SCHEME="HockeySDK" DESTINATION="OS=9.0,name=iPad Air" RUN_TESTS="YES"