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