File tree 2 files changed +4
-11
lines changed 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ matrix:
19
19
- SCHEME="ObjectiveGit iOS"
20
20
21
21
before_install :
22
- - gem install xcpretty
23
- - gem install xcpretty-travis-formatter
22
+ # - gem install xcpretty
23
+ # - gem install xcpretty-travis-formatter
24
24
install : script/bootstrap
25
25
script : script/cibuild
26
26
Original file line number Diff line number Diff line change @@ -37,13 +37,6 @@ SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
37
37
XCWORKSPACE=" ObjectiveGitFramework.xcworkspace"
38
38
XCODE_OPTIONS=$( RUN_CLANG_STATIC_ANALYZER=NO ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY=" " CODE_SIGNING_REQUIRED=NO)
39
39
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
-
47
40
# #
48
41
# # Build Process
49
42
# #
@@ -59,7 +52,7 @@ if [ "$SCHEME" == "ObjectiveGit Mac" ]; then
59
52
-scheme " $SCHEME " \
60
53
${XCODE_OPTIONS[*]} \
61
54
build test \
62
- 2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
55
+ 2>&1
63
56
elif [ " $SCHEME " == " ObjectiveGit iOS" ]; then
64
57
echo " *** Prebuilding OpenSSL"
65
58
" $SCRIPT_DIR /update_libssl_ios"
@@ -73,5 +66,5 @@ elif [ "$SCHEME" == "ObjectiveGit iOS" ]; then
73
66
-sdk iphonesimulator \
74
67
${XCODE_OPTIONS[*]} \
75
68
build test \
76
- 2>&1 | xcpretty $XCPRETTY_FORMAT_OPTIONS
69
+ 2>&1
77
70
fi
You can’t perform that action at this time.
0 commit comments