Skip to content

Commit

Permalink
Set travis memory no limit for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
nafiesl committed Mar 22, 2020
1 parent 229dd2d commit fea738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,7 @@ php:
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-source --no-interaction
- COMPOSER_MEMORY_LIMIT=2GB travis_retry composer require php-coveralls/php-coveralls
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require php-coveralls/php-coveralls
- cp .env.example .env
- php artisan key:generate
- php artisan storage:link
Expand Down

0 comments on commit fea738a

Please sign in to comment.