Skip to content

Commit

Permalink
Updating TravisCI setting to deal with composer memory issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
weerd committed Sep 7, 2020
1 parent 44846cb commit 41398e5
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 @@ -5,7 +5,7 @@ php:

before_script:
- composer self-update
- composer install --no-interaction
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction

script:
- vendor/bin/phpunit --verbose

0 comments on commit 41398e5

Please sign in to comment.