phpcr / phpcr-utils

A set of helper classes and command line commands you want to use with phpcr, but that are not part of the API itself
phpcr.github.io
Other
72 stars 30 forks source link

Fix HHVM tests on travis #103

Closed vicb closed 10 years ago

vicb commented 10 years ago

Looks a bit hacky for now as -y --force-yes do not seem to work but it'll do the trick while 2.4 is not available by default

lsmith77 commented 10 years ago

ah ok .. so the issue is fixed in 2.4 already? afaik there is already a cookbook for hhvm 2.4 for travis, so its just a question until it gets deployed.

vicb commented 10 years ago

@lsmith77 right, I put some details in the original PR.

dbu commented 10 years ago

thanks @vicb for the PR.

yep, its fixed there. we are not in a huge hurry for hhvm, i would prefer to wait for travis to update their system over adding this here. the big blocker is the missing libxml support in hhvm, before that is done, jackalope won't run on hhvm anyways.

lsmith77 commented 10 years ago

@vicb thx for investigating this for us!

dbu commented 10 years ago

thanks again @vicb - i will close this and wait for travis to update their setup. their PR was merged already so i guess its going to be soon.

vicb commented 10 years ago

no pb. Hopefully libxml support will be integrated soon.

dbu commented 10 years ago

yeah, that would be great. seems like facebook themselves do not need it, unfortunately