We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a062c39 commit 58dec1fCopy full SHA for 58dec1f
.travis.yml
@@ -10,5 +10,5 @@ language: objective-c
10
# - gem install cocoapods # Since Travis is not always on latest version
11
# - pod install --project-directory=Example
12
script:
13
-- set -o pipefail && xcodebuild test -workspace Example/DBDebugToolkit.xcworkspace -scheme DBDebugToolkit-Example -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO | xcpretty
+- set -o pipefail && xcodebuild test -workspace Example/DBDebugToolkit.xcworkspace -scheme DBDebugToolkit-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.1' -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO | xcpretty
14
- pod lib lint
0 commit comments