From e4697c5a66d965c5d2d2855f78dc0b1f2fa2ed96 Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Mon, 23 Jan 2017 21:16:05 -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 2d51246..d1053cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ 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 "name=iPhone SE" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty +script: xcodebuild -workspace ObjectiveCExample/ObjectiveCExample.xcworkspace -scheme ObjectiveCExample -sdk iphonesimulator -destination "name=iPhone SE" -configuration Debug ONLY_ACTIVE_ARCH=NO test | xcpretty