xcpretty
This commit is contained in:
parent
1f8d576c9a
commit
26cf8dca73
|
@ -15,4 +15,4 @@ before_install:
|
||||||
- gem install cocoapods # Since Travis is not always on latest version
|
- gem install cocoapods # Since Travis is not always on latest version
|
||||||
- pod install
|
- pod install
|
||||||
script:
|
script:
|
||||||
- set -o pipefail && xcodebuild test -workspace Zircles.xcworkspace -scheme Zircles -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5' ONLY_ACTIVE_ARCH=YES
|
- set -o pipefail && xcodebuild test -workspace Zircles.xcworkspace -scheme Zircles -destination 'platform=iOS Simulator,name=iPhone 8,OS=13.5' ONLY_ACTIVE_ARCH=YES | travis_wait 10 xcpretty
|
||||||
|
|
Loading…
Reference in New Issue