From ed80362fa393fb6af4648ee1035f397d3121f796 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 31 Mar 2015 10:38:47 +0200 Subject: [PATCH] .travis.yml: use 8.1 again and fix non unicode bug in belle-sip --- .travis.yml | 4 ++-- submodules/belle-sip | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87c7280f0..cc3869168 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/submodules/belle-sip b/submodules/belle-sip index abb6f4fa1..4ae7200c4 160000 --- a/submodules/belle-sip +++ b/submodules/belle-sip @@ -1 +1 @@ -Subproject commit abb6f4fa1984e749c6bec61c6efdacee97b0b992 +Subproject commit 4ae7200c4a8fe65ca0e3148feeb9179d7d2de813