From f0a9965fa73746bb42dc4080704126d2cc9b3342 Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Mon, 23 Jan 2017 20:31:46 -0800 Subject: [PATCH] Update travis_yml just to get it to build --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dac11ef..ea81fde 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,3 @@ osx_image: xcode8.2 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”