[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:
Nadine Salter 2015-03-11 13:51:58 -07:00
parent a40c8172ac
commit c7e04c84f1

View File

@ -5,7 +5,6 @@ before_install:
- gem update cocoapods
- xcrun simctl list
env:
- TEST_OS=7.1
- TEST_OS=8.1
script: ./build.sh $TEST_OS