mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
.travis.yml: try OS 7.1 instead of 8.1
This commit is contained in:
parent
e3935e105e
commit
622ad6c15b
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue