This repository was archived by the owner on Sep 5, 2025. It is now read-only.
Use composer to install PHPCS and friends on Travis - #1291
Closed
grappler wants to merge 2 commits into
Closed
Conversation
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Changes proposed in this Pull Request:
Use composer instead of git to install WPCS and PHPCompatibility. This was recommend in a previous PR #1183 (comment)
Changing the flow to a0d2892
Only use the development version of PHPCompatibility. With this change we would use the stable version of PHPCS. Due to an update to the PHPCS master the checks are failing. I would like to the necessary changes to happen along side the PHPCS and WPCS updates instead of having to do them with other changes.
Related issue(s):
#1267