Skip to content

Commit 66d1f20

Browse files
authored
composer memory limit
Adding COMPOSER_MEMORY_LIMIT=-1 to composer update
1 parent 03050b3 commit 66d1f20

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
@@ -37,7 +37,7 @@ before_script:
3737

3838
install:
3939
- travis_retry composer self-update
40-
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
40+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction
4141
- curl -s http://getcomposer.org/installer | php
4242
- php composer.phar install --dev --no-interaction
4343

0 commit comments

Comments
 (0)