From 37f21d93d0ef6161a68e8063bc3e616f91ddee2a Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Mon, 23 Jan 2017 17:09:01 -0800 Subject: [PATCH] fix travis file bug --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4cfd374..f95fb1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ podfile: ObjectiveCExample/Podfile xcode_workspace: ObjectiveCExample/ObjectiveCExample.xcworkspace xcode_scheme: ObjectiveCExample script: -— xcodebuild clean build -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace -scheme ObjectiveCExample -destination “platform=iOS Simulator,name=iPhone 6S” +—xcodebuild clean build -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace -scheme ObjectiveCExample -destination “platform=iOS Simulator,name=iPhone 6S”