sc0ttkclark / wordpress-fields-api

The 2024 Fields API proposal for WordPress Core
https://make.wordpress.org/core/tag/fields-api/
361 stars 42 forks source link

Disable HHVM to "fix" HHVM Travis builds #90

Closed citelao closed 1 year ago

citelao commented 7 years ago

See https://github.com/travis-ci/travis-ci/issues/7712

EDIT: more info:

HHVM build (for HHVM 3.9+ I believe) requires Ubuntu Trusty on Travis, which is a notorious bug system.

Steps to reproduce:

  1. Make pull request. Travis CI will fail for HHVM build no matter what.

Expected result:

  1. Modifications of, say, documentation, should not break build.
citelao commented 7 years ago

HHVM cannot run on Precise; it must use the Trusty container, which is notoriously buggy IRT MySQL configurations.

Disabled until fixed :(

citelao commented 7 years ago

Fixed HHVM... but PHPUnit 6.2.3 doesn't want to work on HHVM.

citelao commented 7 years ago

https://github.com/sebastianbergmann/phpunit/issues/2581