From 005717dcd9d855c9b8f5bf25d4665cbcb99aa7e6 Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Mon, 23 Jan 2017 22:16:07 -0800 Subject: [PATCH] Update Travis YML --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 22fa5c6..81bc4de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,5 @@ osx_image: xcode8.2 podfile: ObjectiveCExample/Podfile xcode_workspace: ObjectiveCExample/ObjectiveCExample.xcworkspace xcode_scheme: ObjectiveCExample -script: xcodebuild -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace -scheme ObjectiveCExample -sdk iphonesimulator -destination "platform=iOS Simulator,OS=10.2,name=iPhone 7" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty +script: xcodebuild -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace -scheme ObjectiveCExample -sdk iphonesimulator -destination "id=E40727B3-41FB-4D6E-B4CB-BFA87109EB12" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty