From 48419830e3794aed85cf5a313e74af19bef78565 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 19 Mar 2015 15:16:18 +0100 Subject: [PATCH] travis: try to run on iphone 6 8.2 version --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cc6d6898..4ec5f5fbc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ git: env: global: - - VERSION="8.1" + - VERSION="8.2" - BYPASS_TOOLCHECK=1 install: @@ -19,4 +19,8 @@ install: - ls -la script: - - xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator8.1 test + - xcodebuild -scheme linphone \ + -project linphone.xcodeproj \ + -sdk iphonesimulator8.2 \ + -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.2' \ + test