mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-18 18:26:24 +00:00
Use Xcode 7.2 to work around stdout bug
Otherwise the Travis CI build fails due to the documentation generation outputting to stderr instead of stdout for something that's actually not an error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
language: objective-c
|
||||
osx_image: xcode7.3
|
||||
osx_image: xcode7.2
|
||||
|
||||
env:
|
||||
global:
|
||||
@@ -14,7 +14,6 @@ env:
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.0,name=iPhone 6 Plus" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.2,name=iPad Pro" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.2,name=iPhone 6s" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.3,name=iPhone 6 Plus" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK Framework" DESTINATION="platform=iOS Simulator,name=iPhone 6" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK Distribution" RUN_TESTS="NO" LINT="YES"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user