diff --git a/.travis.yml b/.travis.yml index 38b951d6..be780859 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ language: objective-c before_install: - carthage bootstrap --platform macOS + - gem install xcpretty --no-ri --no-rdoc --no-document --quiet after_success: - cd ./build/Build/Products/Release @@ -12,7 +13,10 @@ after_success: - cd - - mv ./build/Build/Products/Release/MacPass-continuous.zip . -script: xcodebuild clean && xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build +script: | + set -o pipefail + xcodebuild clean + xcodebuild build -configuration release -project MacPass.xcodeproj -scheme MacPass CODE_SIGNING_REQUIRED=NO -derivedDataPath ./build | xcpretty -c branches: only: