need double quotes

This commit is contained in:
Garrett Moon
2015-12-01 16:42:15 -08:00
parent c604a16525
commit 8f190d90d7

View File

@@ -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