#49485 closed task (blessed) (fixed)
Make Travis CI builds pass for all supported branches
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
Previously:
Background:
- #26042
- wp_save_post_revision() can compare against the wrong $last_revision post
- #28706
- Lots of Multisite tests are exploding
- #30284
- Remove failing automated tests from the suite
- #31091
- A number of external-http requests are failing due to HTTPS redirects
- #35105
- Specifiy minimum node and npm version in package.json
- #39486
- In Travis, skip some tests when not on trunk
- #40086
- Get Travis tests working again on PHP 7
Since we're still backporting security fixes all the way back to 3.7 for the time being, it would be helpful to get the tests running on these older branches, so that we could be more confident in patch releases.
By backporting some changes from the 4.0 branch, we can make the tests pass on 3.9 and older branches.
Change History (19)
Note: See
TracTickets for help on using
tickets.
In 47329: