File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Expand file tree Collapse file tree 2 files changed +4
-11
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,13 +37,6 @@ 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
44- XCPRETTY_FORMAT_OPTIONS=" --color"
45- fi
46-
4740# #
4841# # Build Process
4942# #
@@ -59,7 +52,7 @@ if [ "$SCHEME" == "ObjectiveGit Mac" ]; then
5952 -scheme " $SCHEME " \
6053 ${XCODE_OPTIONS[*]} \
6154 build test \
62- 2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
55+ 2>&1
6356elif [ " $SCHEME " == " ObjectiveGit iOS" ]; then
6457 echo " *** Prebuilding OpenSSL"
6558 " $SCRIPT_DIR /update_libssl_ios"
@@ -73,5 +66,5 @@ elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
7366 -sdk iphonesimulator \
7467 ${XCODE_OPTIONS[*]} \
7568 build test \
76- 2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
69+ 2>&1
7770fi
You can’t perform that action at this time.
0 commit comments