We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b6981 commit 7a5f159Copy full SHA for 7a5f159
.travis.yml
@@ -3,4 +3,4 @@ osx_image: xcode8
3
script:
4
- set -o pipefail
5
- xcodebuild clean | xcpretty
6
- - 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
0 commit comments