From 76c8d2aeeeb147b63a8df81cc0a76463f6615b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Thu, 21 Sep 2017 15:59:34 +0800 Subject: [PATCH] parameters on separate lines --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5a8edd2..aa89ad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ matrix: env: DESTINATION="iPhone X (11.0)" # oldest/newest for iOS 11.x - osx_image: xcode9 - env: DESTINATION="iPhone 8 Plus (10.3.1)" # latest for iOS 10.x + env: DESTINATION="iPhone 7 Plus (10.3.1)" # latest for iOS 10.x - osx_image: xcode8.3 env: DESTINATION="iPhone 5 (10.0)" # oldest for iOS 10.x @@ -35,7 +35,8 @@ script: # Testing - xcodebuild `` -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace - `` -scheme ObjectiveCExample -sdk iphonesimulator + `` -scheme ObjectiveCExample + `` -sdk iphonesimulator `` -destination "id=$DESTINATION_UDID" `` -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES `` test