Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit a0c871f

Browse files
committed
travis fix composer memory limit error
1 parent 1e87dff commit a0c871f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ before_script:
6262
composer require "symfony/security-bundle:${SYMFONY_VERSION}" --no-update
6363
composer require "symfony/validator:${SYMFONY_VERSION}" --no-update
6464
fi
65-
- composer install
65+
- COMPOSER_MEMORY_LIMIT=-1 composer install
6666

6767
script:
6868
- vendor/bin/phpunit

0 commit comments

Comments
 (0)