Skip to content

Commit 233c431

Browse files
committed
Try fixing travis composer memory limit issues
1 parent e6dba81 commit 233c431

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
@@ -29,7 +29,7 @@ before_install:
2929
- rm -rf composer.lock vendor/
3030
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/workflow:${SYMFONY_VERSION}" --no-update; fi;
3131

32-
install: composer install --prefer-dist --no-interaction
32+
install: COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
3333

3434
script:
3535
- vendor/bin/phpunit --coverage-clover=build/coverage/clover.xml

0 commit comments

Comments
 (0)