Files
AsyncDisplayKit/.travis.yml
Nadine Salter c7e04c84f1 [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.
2015-03-11 13:51:58 -07:00

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