From 3be87bb3efadfaae2a1de3cc3c67697daeff7be6 Mon Sep 17 00:00:00 2001 From: Diego Sanchez Date: Thu, 21 Apr 2016 12:15:02 +0100 Subject: [PATCH] Fixes travis script --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0c31cce..d5b7a18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: objective-c osx_image: xcode7.2 script: +- set -o pipefail - xcodebuild clean build test -workspace ./ChattoApp/ChattoApp.xcworkspace -scheme ChattoApp -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' -configuration Debug | xcpretty - rm -rf ~/Library/Developer/Xcode/DerivedData - xcodebuild clean build test -workspace ./Chatto.xcworkspace -scheme Chatto -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' -configuration Debug | xcpretty