We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03050b3 commit 66d1f20Copy full SHA for 66d1f20
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