Skip to content

Commit

Permalink
composer memory limit
Browse files Browse the repository at this point in the history
Adding COMPOSER_MEMORY_LIMIT=-1 to composer update
  • Loading branch information
npotier committed Apr 1, 2020
1 parent 03050b3 commit 66d1f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ before_script:

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

Expand Down

0 comments on commit 66d1f20

Please sign in to comment.