We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f94de3b + 63355e2 commit e7ed6a7Copy full SHA for e7ed6a7
.travis.yml
@@ -67,7 +67,7 @@ before_install:
67
install:
68
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
69
- if [[ "$COMPOSER_FLAGS" == *"--prefer-lowest"* ]]; then composer update --prefer-dist --no-interaction --prefer-stable --quiet; fi
70
- - composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
+ - COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
71
- vendor/bin/simple-phpunit install
72
73
script:
0 commit comments