Skip to content

Commit f442c99

Browse files
committed
Travis: pipefail for xcpretty
... otherwise it always suceeds.
1 parent 0d2715a commit f442c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ script:
2020
- export PATH="$HOME/usr/bin:$PATH"
2121
- swift build -c release
2222
- swift build -c debug
23+
- set -o pipefail
2324
- xcodebuild -scheme DirectToSwiftUI-All -configuration Debug -target DirectToSwiftUI-All | xcpretty
2425
- xcodebuild -scheme DirectToSwiftUI-All -configuration Release -target DirectToSwiftUI-All | xcpretty

0 commit comments

Comments
 (0)