From a2b21051c95dba5c38a5fa52d9d915da949a56f8 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 30 Mar 2015 16:27:43 +0200 Subject: [PATCH] .travis.yml: do not set SDK --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe23f00ad..1f4c7a4e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ install: - ls -la script: - - xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone Retina (4-inch),OS=${VERSION}" test + - xcodebuild -scheme linphone -project linphone.xcodeproj -destination "platform=iOS Simulator,name=iPhone Retina (4-inch),OS=${VERSION}" test