mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-24 14:31:48 +00:00
[travis] Disable iOS 7.1 testing.
Travis CI's buildbots no longer have the iOS 7.x runtimes installed: == Runtimes == iOS 7.0 (7.0 - Unknown) (com.apple.CoreSimulator.SimRuntime.iOS-7-0) (unavailable, runtime path not found) iOS 7.1 (7.1 - Unknown) (com.apple.CoreSimulator.SimRuntime.iOS-7-1) (unavailable, runtime path not found) iOS 8.1 (8.1 - 12B411) (com.apple.CoreSimulator.SimRuntime.iOS-8-1) Disable iOS 7.1 testing.
This commit is contained in:
parent
a40c8172ac
commit
c7e04c84f1
@ -5,7 +5,6 @@ before_install:
|
|||||||
- gem update cocoapods
|
- gem update cocoapods
|
||||||
- xcrun simctl list
|
- xcrun simctl list
|
||||||
env:
|
env:
|
||||||
- TEST_OS=7.1
|
|
||||||
- TEST_OS=8.1
|
- TEST_OS=8.1
|
||||||
script: ./build.sh $TEST_OS
|
script: ./build.sh $TEST_OS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user