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.
2 parents bb8a516 + cb193ac commit bb97ec0Copy full SHA for bb97ec0
.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