mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
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.
15 lines
220 B
YAML
15 lines
220 B
YAML
language: objective-c
|
|
before_install:
|
|
- brew update
|
|
- brew reinstall xctool
|
|
- gem update cocoapods
|
|
- xcrun simctl list
|
|
env:
|
|
- TEST_OS=8.1
|
|
script: ./build.sh $TEST_OS
|
|
|
|
# whitelist
|
|
branches:
|
|
only:
|
|
- master
|