Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit 4cd00c0

Browse files
authored
Update .travis.yml
1 parent ca51b5b commit 4cd00c0

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
@@ -6,5 +6,5 @@ language: objective-c
66
# - gem install cocoapods # Since Travis is not always on latest version
77
# - pod install --project-directory=Example
88
script:
9-
- set -o pipefail && xcodebuild test -workspace Example/EncryptedDATAStack.xcworkspace -scheme EncryptedDATAStack-Example -sdk iphonesimulator10.0 ONLY_ACTIVE_ARCH=NO | xcpretty
9+
- set -o pipefail && xcodebuild test -workspace Example/EncryptedDATAStack.xcworkspace -scheme EncryptedDATAStack-Example -destination 'platform=iOS Simulator,name=iPhone 6' ONLY_ACTIVE_ARCH=NO | xcpretty
1010
- pod lib lint

0 commit comments

Comments
 (0)