From 421c1b4cccc9e8e02a0a95e5b1e5b848c0cf63ef Mon Sep 17 00:00:00 2001 From: Joshua Hudson Date: Mon, 23 Jan 2017 20:48:27 -0800 Subject: [PATCH] More travis.yml updates Try Try Again... ;( --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ea81fde..04aef8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ osx_image: xcode8.2 podfile: ObjectiveCExample/Podfile xcode_workspace: ObjectiveCExample/ObjectiveCExample.xcworkspace xcode_scheme: ObjectiveCExample +script: xcodebuild test -scheme ObjectiveCExample -sdk iphonesimulator -destination "name=iPhone SE"