travis: try to run on iphone 6 8.2 version

This commit is contained in:
Gautier Pelloux-Prayer 2015-03-19 15:16:18 +01:00
parent 2c34453790
commit 48419830e3

View file

@ -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