From c7e04c84f124384e686cfacaffedbc2c5e37a89a Mon Sep 17 00:00:00 2001 From: Nadine Salter Date: Wed, 11 Mar 2015 13:51:58 -0700 Subject: [PATCH] [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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1c7a412a5..2e3b53f735 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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