From ce839ab96e4ef31af15ba80d6d616f3bcd9c8586 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Mon, 30 Mar 2015 16:34:55 +0200 Subject: [PATCH] .travis.yml: use correct iPhone simulator name --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f4c7a4e4..87c7280f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,4 +19,4 @@ install: - ls -la script: - - xcodebuild -scheme linphone -project linphone.xcodeproj -destination "platform=iOS Simulator,name=iPhone Retina (4-inch),OS=${VERSION}" test + - xcodebuild -scheme linphone -project linphone.xcodeproj -destination "platform=iOS Simulator,name=iPhone 5,OS=${VERSION}" test