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 b04009e commit cb193acCopy full SHA for cb193ac
.travis.yml
@@ -3,4 +3,4 @@ osx_image: xcode8.3
3
before_install:
4
- External/objective-git/script/bootstrap
5
script:
6
- - xcodebuild -workspace GitX.xcworkspace -scheme GitX build | xcpretty
+ - set -o pipefail && xcodebuild -workspace GitX.xcworkspace -scheme GitX build | xcpretty
0 commit comments