Skip to content
This repository was archived by the owner on Apr 5, 2023. It is now read-only.

Commit 4beadb6

Browse files
xcpretty issue
1 parent 0fdc2d6 commit 4beadb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
before_install:
4848
- gem install slather --no-rdoc --no-ri --no-document --quiet
4949
script:
50-
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then xcodebuild test -quiet -workspace OptimizelySDK.xcworkspace -scheme $SCHEME -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk $TEST_SDK -destination "platform=$PLATFORM,OS=$OS,name=$NAME" ONLY_ACTIVE_ARCH=YES | xcpretty; fi
50+
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then xcodebuild test -quiet -workspace OptimizelySDK.xcworkspace -scheme $SCHEME -configuration Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO -sdk $TEST_SDK -destination "platform=$PLATFORM,OS=$OS,name=$NAME" ONLY_ACTIVE_ARCH=YES > buildoutput; fi
51+
- more buildoutput | xcpretty -c
5152
after_success:
5253
- slather
5354
- sleep 5 # https://github.com/travis-ci/travis-ci/issues/4725

0 commit comments

Comments
 (0)