Opened 8 years ago
Closed 8 years ago
#40100 closed defect (bug) (fixed)
Get Travis tests working again on HHVM
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
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.
8 years ago
This ticket was mentioned in Slack in #core by swissspidy. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
In 40269: