Opened 10 years ago
Closed 9 years ago
#40100 closed defect (bug) (fixed)
Get Travis tests working again on HHVM
| Reported by: | johnbillion | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.8 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Another part of the push to get all of our Travis builds working again.
The Travis jobs that run on HHVM have been erroring for a while now. This aims to fix that by:
- Using PHPUnit 5.7 / 4.8 / 3.6 depending on the PHP version (5.7 for HHVM).
- Correcting the path to Composer's global bin dir, which for some reason differs on the boxes that run HHVM.
- Not breaking everything else at the same time.
Note that the HHVM tests still fail, but that's a separate issue.
Attachments (1)
Change History (17)
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
9 years ago
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
9 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 40269: