mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-21 03:29:54 +00:00
Merge pull request #231 from bitstadium/feature/travis-xcode7.2
Update TravisCI integration to use Xcode 7.2
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
language: objective-c
|
||||
osx_image: xcode7
|
||||
osx_image: xcode7.2
|
||||
|
||||
env:
|
||||
global:
|
||||
@@ -12,16 +12,14 @@ env:
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=8.4,name=iPhone 6" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.0,name=iPad Air" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.0,name=iPhone 6 Plus" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.1,name=iPad Pro" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK" DESTINATION="OS=9.2,name=iPhone 6s" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK Framework" DESTINATION="platform=iOS Simulator,name=iPhone 6" RUN_TESTS="YES"
|
||||
- SCHEME="HockeySDK Distribution" RUN_TESTS="NO"
|
||||
|
||||
before_install:
|
||||
- xcrun simctl list
|
||||
- gem install cocoapods --no-rdoc --no-ri --no-document --quiet
|
||||
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
|
||||
- brew tap homebrew/versions
|
||||
- brew install appledoc22
|
||||
- brew link --force appledoc22
|
||||
|
||||
script:
|
||||
- set -o pipefail
|
||||
|
||||
Reference in New Issue
Block a user