From 7a5f15964c5e7e8eb317b1069701e4f9ffdade41 Mon Sep 17 00:00:00 2001 From: Andy Matuschak Date: Thu, 15 Sep 2016 10:46:33 -0700 Subject: [PATCH] Maybe Travis will stop hating me if I give it a Simulator destination for testing? Auditors: bryan --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80c6734..8e00c88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ osx_image: xcode8 script: - set -o pipefail - xcodebuild clean | xcpretty - - xcodebuild test -project SwiftTweaks.xcodeproj -scheme 'SwiftTweaks' -sdk iphonesimulator -configuration Release ENABLE_TESTABILITY=YES | xcpretty + - xcodebuild test -project SwiftTweaks.xcodeproj -scheme 'SwiftTweaks' -sdk iphonesimulator -configuration Release -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' ENABLE_TESTABILITY=YES | xcpretty