Skip to content

Commit b81aaa3

Browse files
author
Bruno Vitorino
committed
Avoid memory limits when running composer install
1 parent f815a3a commit b81aaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ php:
77

88
before_script:
99
- travis_retry composer self-update
10-
- travis_retry composer install --no-interaction --prefer-source
10+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-source
1111

1212
script:
1313
- ./vendor/bin/simple-phpunit --coverage-text

0 commit comments

Comments
 (0)