mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
.travis.yml: use 8.1 again and fix non unicode bug in belle-sip
This commit is contained in:
parent
d23d945068
commit
ed80362fa3
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ git:
|
|||
|
||||
env:
|
||||
global:
|
||||
- VERSION="7.1"
|
||||
- VERSION="8.1"
|
||||
- BYPASS_TOOLCHECK=1
|
||||
|
||||
install:
|
||||
|
|
@ -19,4 +19,4 @@ install:
|
|||
- ls -la
|
||||
|
||||
script:
|
||||
- xcodebuild -scheme linphone -project linphone.xcodeproj -destination "platform=iOS Simulator,name=iPhone 5,OS=${VERSION}" test
|
||||
- xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone 6,OS=${VERSION}" test
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit abb6f4fa1984e749c6bec61c6efdacee97b0b992
|
||||
Subproject commit 4ae7200c4a8fe65ca0e3148feeb9179d7d2de813
|
||||
Loading…
Add table
Reference in a new issue