diff --git a/.travis.yml b/.travis.yml index 2fadf99c..3b0677ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_script: install: - travis_retry composer self-update - - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction + - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction - curl -s http://getcomposer.org/installer | php - php composer.phar install --dev --no-interaction