From 439cdb057d45b18525ffbd96c93f12019087d81e Mon Sep 17 00:00:00 2001 From: Bogdan Iusco Date: Mon, 14 Dec 2015 11:23:06 +0200 Subject: [PATCH] Fix travis wrong destination os version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c4089aa..ece3725 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,6 @@ before_install: - brew uninstall xctool; brew install xctool --HEAD; script: -- xctool test -workspace BIObjCHelpers.xcworkspace -scheme BIObjCHelpersTests -sdk iphonesimulator9.2 -destination "platform=iOS Simulator,name=iPhone 6,OS=2.0" +- xctool test -workspace BIObjCHelpers.xcworkspace -scheme BIObjCHelpersTests -sdk iphonesimulator9.2 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.2" after_success: slather