We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03050b3 + 66d1f20 commit 485f6aeCopy full SHA for 485f6ae
1 file changed
.travis.yml
@@ -37,7 +37,7 @@ before_script:
37
38
install:
39
- travis_retry composer self-update
40
- - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
+ - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
41
- curl -s http://getcomposer.org/installer | php
42
- php composer.phar install --dev --no-interaction
43
0 commit comments