Skip to content

Commit

Permalink
ci: reformat the output (#2347)
Browse files Browse the repository at this point in the history
* code folding removed, as that doesn't give advantages. and needs to unfold for every build, analyze steps.
* if all build, analyze is grouped to form one build and one analyze, this was helpful. but in our case, this is not helping.
* reverting to the old format.
  • Loading branch information
jayahariv authored Jan 25, 2019
1 parent 8c4edd0 commit c0e10b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ env:
before_install:
- brew update
- brew install doxygen
- gem install xcpretty-travis-formatter
script: xcodebuild test -project CouchbaseLite.xcodeproj -scheme "$SCHEME" -sdk iphonesimulator -destination "platform=macOS" | xcpretty -f `xcpretty-travis-formatter`
script: xcodebuild test -project CouchbaseLite.xcodeproj -scheme "$SCHEME" -sdk iphonesimulator -destination "platform=macOS" | xcpretty -c

0 comments on commit c0e10b9

Please sign in to comment.