From d6781e3f5326ad34c73136d66fe767b19295e3ae Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 19 Mar 2015 16:16:26 +0100 Subject: [PATCH] travis: reformat file --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4ec5f5fbc..0be9bf7a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,4 @@ install: - ls -la script: - - xcodebuild -scheme linphone \ - -project linphone.xcodeproj \ - -sdk iphonesimulator8.2 \ - -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.2' \ - test + - xcodebuild -scheme linphone -project linphone.xcodeproj -sdk iphonesimulator8.2 -destination 'platform=iOS Simulator,name=iPhone 6,OS=8.2' test