From fb4ed447c4fecf7b4f78beb6763d6baace00d953 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Sun, 18 Jan 2015 19:50:06 +0100 Subject: [PATCH] Update travis to not use xctool :( --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6821ba982..4c1972475 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,4 +23,4 @@ install: # Use Pods/Subliminal/.../subliminal-test if using Cocoapods script: - - xctool -scheme linphone -workspace linphone.xcworkspace -arch i386 -sdk $TEST_SDK clean test \ No newline at end of file + - xcodebuild -scheme linphone -workspace linphone.xcworkspace -sdk iphonesimulator8.1 test \ No newline at end of file