Skip to content

Commit 58dec1f

Browse files
committed
Modified destination in travis.yml.
1 parent a062c39 commit 58dec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ language: objective-c
1010
# - gem install cocoapods # Since Travis is not always on latest version
1111
# - pod install --project-directory=Example
1212
script:
13-
- set -o pipefail && xcodebuild test -workspace Example/DBDebugToolkit.xcworkspace -scheme DBDebugToolkit-Example -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO | xcpretty
13+
- 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
1414
- pod lib lint

0 commit comments

Comments
 (0)