Skip to content

Commit 485f6ae

Browse files
Merge pull request #1052 from APY/npotier-patch-2
composer memory limit
2 parents 03050b3 + 66d1f20 commit 485f6ae

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)