.travis.yml: try OS 7.1 instead of 8.1

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-30 16:18:46 +02:00
parent e3935e105e
commit 622ad6c15b

View file

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