Skip to content

Commit

Permalink
Merge pull request #767 from imagina/upstream-master
Browse files Browse the repository at this point in the history
Fix: add COMPOSER_MEMORY_LIMIT env variable to fix Memory Issues in T…
  • Loading branch information
nWidart authored Sep 8, 2020
2 parents 7ea5841 + a39c535 commit ce7d2e1
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 @@ -16,7 +16,7 @@ env:
before_script:
- phpenv config-rm xdebug.ini
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- chmod +x travis.sh
- ./travis.sh
- php artisan clear-compiled
Expand Down

0 comments on commit ce7d2e1

Please sign in to comment.