File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
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,12 +37,12 @@ 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
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
44
XCPRETTY_FORMAT_OPTIONS=" --color"
45
- fi
45
+ # fi
46
46
47
47
# #
48
48
# # Build Process
You can’t perform that action at this time.
0 commit comments