.travis.yml: do not set SDK

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-30 16:27:43 +02:00
parent 622ad6c15b
commit a2b21051c9

View file

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