Skip to content

Commit

Permalink
Merge pull request #1052 from APY/npotier-patch-2
Browse files Browse the repository at this point in the history
composer memory limit
  • Loading branch information
romainguerrero committed Apr 1, 2020
2 parents 03050b3 + 66d1f20 commit 485f6ae
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 485f6ae

Please sign in to comment.