Skip to content

Commit bb97ec0

Browse files
authored
Merge pull request laullon#188 from isotes/patch-1
Indicate failing Travis builds
2 parents bb8a516 + cb193ac commit bb97ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ osx_image: xcode8.3
33
before_install:
44
- External/objective-git/script/bootstrap
55
script:
6-
- xcodebuild -workspace GitX.xcworkspace -scheme GitX build | xcpretty
6+
- set -o pipefail && xcodebuild -workspace GitX.xcworkspace -scheme GitX build | xcpretty

0 commit comments

Comments
 (0)