diff --git a/.travis.yml b/.travis.yml index bece07595..6821ba982 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 -test-sdk $TEST_SDK -simulator $SIMULATOR clean test \ No newline at end of file + - xctool -scheme linphone -workspace linphone.xcworkspace -arch i386 -sdk $TEST_SDK clean test \ No newline at end of file