From a3ff9a4b78128c35477cf58d99ea55b7744fe0f7 Mon Sep 17 00:00:00 2001 From: Guillaume BIENKOWSKI Date: Sun, 18 Jan 2015 10:07:44 +0100 Subject: [PATCH] xctool command --- .travis.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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