From 622ad6c15b1a2010db725c60edc2c95da61156cc Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 30 Mar 2015 16:18:46 +0200 Subject: [PATCH] .travis.yml: try OS 7.1 instead of 8.1 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc3869168..fe23f00ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ git: env: global: - - VERSION="8.1" + - VERSION="7.1" - BYPASS_TOOLCHECK=1 install: @@ -19,4 +19,4 @@ install: - ls -la script: - - xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone 6,OS=${VERSION}" test + - xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone Retina (4-inch),OS=${VERSION}" test