Closed erayd closed 7 years ago
Travis no longer supports HHVM tests on the default 'precise' test platform. All other CI tests pass correctly.
Master branch is updated to build on 'trusty', but PHPUnit 6.2.2 does not support the version of HHVM on that platform (reports as PHP-5.6.99-hhvm), so tests are unable to run at all for HHVM (see the HHVM build log).
All CI tests that are executable on Travis pass correctly.
I just had a quick look into travis docs for hhvm. I give it a quick try, which didn't work ;). Though I have more libs to update. Will do this in early july, update them all and also release new version for this.
Awesome, thanks :-).
fixed in 661fa282410d850c615e5f265a81663d29b38c10
version 0.5
is out.
Thanks! :-)
What
~3
to the allowed versions fornikic/php-parser
(necessary)~4
to the allowed versions list forsami/sami
(nice-to-have)Why
Because using this library in a project that also requires sami ~4 is currently impossible, as sami ~4 requires php-parser ~3.