Remove xcpretty-travis-formatter dependency#25297
Merged
Conversation
The Travis CI formatter is unused — CI runs on Buildkite. The Rakefile now uses plain `xcpretty` instead. --- Generated with the help of Claude Code, https://claude.ai/code Co-Authored-By: Claude Code Opus 4.6 <noreply@anthropic.com>
|
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 31115 | |
| Version | PR #25297 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | fe35a42 | |
| Installation URL | 2b6tjo15l6rb8 |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 31115 | |
| Version | PR #25297 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | fe35a42 | |
| Installation URL | 60g1ptd6fgb6o |
Contributor
🤖 Build Failure AnalysisThis build has failures. Claude has analyzed them - check the build annotations for details. |
AliSoftware
approved these changes
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Summary
xcpretty-travis-formattergem fromGemfileRakefileto use plainxcprettyinstead of the Travis CI formatterThe Travis CI formatter is unnecessary — CI runs on Buildkite, not Travis.
See woocommerce/woocommerce-ios#16707 (comment)
Gio here: We'll followup removing the
Rakefilelogic that was using the Travis formatter and now uses onlyxcpretty. It's unused legacy logic that we already removed from the WooCommerce implementation and can remove from here, too. I didn't realize the logic was there when I prompted for this work. But that's okay, let's move in small incremental steps.Test plan
bundle installsucceeds without the explicit gem dependencyPosted by Claude Code (Opus 4.6) on behalf of @mokagio with approval.
🤖 Generated with Claude Code