schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
426 stars 292 forks source link

Revert "Allow nikic/php-parser v4" #485

Closed gnat42 closed 6 years ago

gnat42 commented 6 years ago

Reverts schmittjoh/JMSTranslationBundle#477 - builds originally passed then failed once merged

ernestosu16 commented 6 years ago

This error is "PHP Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 32 bytes)". I think we have to increase the Travis CI memory.

export COMPOSER_MEMORY_LIMIT=2G or not limit export COMPOSER_MEMORY_LIMIT=-1

soullivaneuh commented 6 years ago

@ernestosu16 Even if it should be fixed, the error is not related.

@gnat42 is talking about this build (and others similar): https://travis-ci.org/schmittjoh/JMSTranslationBundle/jobs/391830023#L577

Right now, I don't know what is the problem. https://github.com/schmittjoh/JMSTranslationBundle/issues/476 is still actual if the revert is merged.

soullivaneuh commented 6 years ago

@gnat42 I maybe find a clue of why this is failing. I'm doing some tests.

soullivaneuh commented 6 years ago

@gnat42 please see #490