Skip to content

Commit 7a5f159

Browse files
author
Andy Matuschak
committed
Maybe Travis will stop hating me if I give it a Simulator destination for testing?
Auditors: bryan
1 parent 49b6981 commit 7a5f159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ osx_image: xcode8
33
script:
44
- set -o pipefail
55
- xcodebuild clean | xcpretty
6-
- xcodebuild test -project SwiftTweaks.xcodeproj -scheme 'SwiftTweaks' -sdk iphonesimulator -configuration Release ENABLE_TESTABILITY=YES | xcpretty
6+
- 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

0 commit comments

Comments
 (0)