#40548 closed task (blessed) (fixed)
Remove HHVM from the test matrix on Travis
Reported by: | johnbillion | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Maintaining the HHVM test infrastructure on Travis takes a disproportionately high amount of effort. Particularly because the HHVM build:
- Is in the allowed failures list
- Has never passed
- Often errors
Given the exceptionally low usage numbers of HHVM, support in the Travis test suite should be removed.
The PHP world owes a lot to HHVM for helping it push it forward. Without HHVM, maybe we wouldn't have seen such incredible performance gains in PHP 7. Thank you, HHVM.
Attachments (1)
Change History (22)
#2
@
7 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
#4
@
7 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening, branches back to 4.0 still contain remnants of HHVM in .travis.yml
, we should remove all these.
#5
@
7 years ago
- Keywords has-patch commit added
Patch 40548.diff removes .travis.yml
HHVM references in the 4.0-4.6 branches via [40536] / [40546] changesets
This ticket was mentioned in Slack in #hosting-community by netweb. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by obenland. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by obenland. View the logs.
7 years ago
#12
@
7 years ago
- Status changed from reopened to accepted
A few more branch to commits to go then we'll be done.
#19
@
7 years ago
- Keywords fixed-major removed
- Resolution set to fixed
- Status changed from accepted to closed
In 40546: