.travis.yml: use correct iPhone simulator name

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-30 16:34:55 +02:00
parent a2b21051c9
commit ce839ab96e

View file

@ -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