From 8f190d90d7744e9ef07287d65db67acbdf75c8a6 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Tue, 1 Dec 2015 16:42:15 -0800 Subject: [PATCH] need double quotes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92410a9..9782c6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ env: - TEST_SDK=iphonesimulator9.1 OS=8.4 - TEST_SDK=iphonesimulator9.1 OS=9.1 script: -- xctool test -test-sdk $TEST_SDK -destination 'name=iPhone 6,OS=$OS' -sdk iphonesimulator -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO +- xctool test -test-sdk $TEST_SDK -destination "name=iPhone 6,OS=$OS" -sdk iphonesimulator -workspace Example/PINRemoteImage.xcworkspace -scheme PINRemoteImage ONLY_ACTIVE_ARCH=NO CODE_SIGNING_REQUIRED=NO