From 3fc656b1ddcf9e5db61546ba0adcdc0134aa8ee2 Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 28 Nov 2017 14:00:51 +0100 Subject: [PATCH] Using better output for travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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: