diff --git a/.travis.yml b/.travis.yml index b173225d9..bece07595 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,10 +22,5 @@ install: - ls -la # 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 +script: + - xctool -scheme linphone -workspace linphone.xcworkspace -arch i386 -test-sdk $TEST_SDK -simulator $SIMULATOR clean test \ No newline at end of file