Opened 7 years ago
Closed 7 years ago
#48444 closed defect (bug) (fixed)
Travis needs to allow memcache to be installed in a different repo name from `wordpress-develop`
| Reported by: | whyisjake | Owned by: | whyisjake |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.3 |
| Component: | Build/Test Tools | Version: | 5.3 |
| Severity: | normal | Keywords: | has-patch commit dev-reviewed |
| Cc: | Focuses: |
Description
If someone clones the wordpress-develop repo into a new directory that isn't named wordpress-develop the installer will fail as it is assuming since that path is hard-coded into the .travis.yml file. We should allow that to be dynamic.
Attachments (1)
Change History (9)
#4
@
7 years ago
I think this would make sense to backport to 5.3.
5.3 is the (currently) first branch that contains the local Docker environment, so I think it would be beneficial to contain this fix.
#5
@
7 years ago
Yeah, totally agree about bringing this change to 5.3 too. Wanted to get some dev feedback and such as.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 46605: