File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ matrix:
1919 - SCHEME="ObjectiveGit iOS"
2020
2121before_install :
22- - gem install xcpretty
23- - gem install xcpretty-travis-formatter
22+ # - gem install xcpretty
23+ # - gem install xcpretty-travis-formatter
2424install : script/bootstrap
2525script : script/cibuild
2626
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
3737XCWORKSPACE=" ObjectiveGitFramework.xcworkspace"
3838XCODE_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
You can’t perform that action at this time.
0 commit comments