Skip to content

Commit 52b311a

Browse files
committed
please
1 parent 789e30d commit 52b311a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ cache: cocoapods
88
podfile: Example/Podfile
99
xcode_workspace: SwiftDog.xcworkspace
1010
xcode_scheme: SwiftDog-Example
11+
xcode_sdk: iphonesimulator11.3
1112
before_install:
1213
- gem install cocoapods # Since Travis is not always on latest version
14+
- gem install xcpretty -N
1315
- pod repo update
1416
- pod install --project-directory=Example
1517
script:
1618
- set -o pipefail
17-
- xcodebuild -workspace Example/SwiftDog.xcworkspace -scheme SwiftDog-Example -sdk iphonesimulator11.3 -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.3' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO clean test | xcpretty -c
19+
- travis_retry xcodebuild -workspace Example/SwiftDog.xcworkspace -scheme SwiftDog-Example -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.3' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO clean test | xcpretty -c
1820
after_script:
1921
- pod lib lint

0 commit comments

Comments
 (0)