We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d2715a commit f442c99Copy full SHA for f442c99
.travis.yml
@@ -20,5 +20,6 @@ script:
20
- export PATH="$HOME/usr/bin:$PATH"
21
- swift build -c release
22
- swift build -c debug
23
+ - set -o pipefail
24
- xcodebuild -scheme DirectToSwiftUI-All -configuration Debug -target DirectToSwiftUI-All | xcpretty
25
- xcodebuild -scheme DirectToSwiftUI-All -configuration Release -target DirectToSwiftUI-All | xcpretty
0 commit comments