forked from mirrors/linphone-iphone
travis: use target 8.1 since 8.2 is not available yet
This commit is contained in:
parent
d6781e3f53
commit
2a5e3ee7c2
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ git:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION="8.2"
|
||||
- VERSION="8.1"
|
||||
- BYPASS_TOOLCHECK=1
|
||||
|
||||
install:
|
||||
|
|
@ -19,4 +19,4 @@ install:
|
|||
- ls -la
|
||||
|
||||
script:
|
||||
- xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator8.2 -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.2' test
|
||||
- xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone 6,OS=${VERSION}" test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue