Skip to content

Commit e7ed6a7

Browse files
authored
Merge pull request #303 from xabbuh/tests
use more memory for Composer's solving process
2 parents f94de3b + 63355e2 commit e7ed6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ before_install:
6767
install:
6868
# To be removed when this issue will be resolved: https://github.com/composer/composer/issues/5355
6969
- 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
70+
- COMPOSER_MEMORY_LIMIT=-1 composer update ${COMPOSER_FLAGS} --prefer-dist --no-interaction
7171
- vendor/bin/simple-phpunit install
7272

7373
script:

0 commit comments

Comments
 (0)