Skip to content

Commit b78b82f

Browse files
committed
Disable xcpretty
1 parent 4842c75 commit b78b82f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ matrix:
1919
- SCHEME="ObjectiveGit iOS"
2020

2121
before_install:
22-
- gem install xcpretty
23-
- gem install xcpretty-travis-formatter
22+
# - gem install xcpretty
23+
# - gem install xcpretty-travis-formatter
2424
install: script/bootstrap
2525
script: script/cibuild
2626

script/cibuild

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
3737
XCWORKSPACE="ObjectiveGitFramework.xcworkspace"
3838
XCODE_OPTIONS=$(RUN_CLANG_STATIC_ANALYZER=NO ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO)
3939

40-
if [ -n "$TRAVIS" ]; then
41-
# Use a special formatter when running on TravisCI
42-
XCPRETTY_FORMAT_OPTIONS="-f `xcpretty-travis-formatter`"
43-
else
40+
# if [ -n "$TRAVIS" ]; then
41+
# # Use a special formatter when running on TravisCI
42+
# XCPRETTY_FORMAT_OPTIONS="-f `xcpretty-travis-formatter`"
43+
# else
4444
XCPRETTY_FORMAT_OPTIONS="--color"
45-
fi
45+
# fi
4646

4747
##
4848
## Build Process

0 commit comments

Comments
 (0)