diff --git a/.travis.yml b/.travis.yml index a6b5117..dfc734c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ osx_image: xcode8.2 language: objective-c xcode_project: Diff.xcodeproj xcode_scheme: Diff-Mac -before_install: - - gem install xcpretty +install: + - gem install xcpretty git: depth: 3 - script: - - xcodebuild test -scheme DiffTests -project Diff.xcodeproj | xcpretty + - set -o pipefail && xcodebuild -project Diff.xcodeproj -scheme DiffTests test | xcpretty