From 87a31e5c15a6e25396593474bcc58a366eccd8b8 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Tue, 31 Mar 2015 21:13:02 +0200 Subject: [PATCH] Travis: use xctool now that kif is OK --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index cc3869168..f62f5b585 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: objective-c xcode_project: linphone.xcodeproj xcode_scheme: linphone +xcode_sdk: iphonesimulator8.1 git: submodules: false @@ -16,7 +17,3 @@ install: - cd ../.. - git submodule update --init Classes/KIF - git submodule update --init --recursive submodules/linphone - - ls -la - -script: - - xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator${VERSION} -destination "platform=iOS Simulator,name=iPhone 6,OS=${VERSION}" test