Increase memory limit in Travis configuration

This commit is contained in:
Robbie Averill 2018-06-07 16:00:52 +12:00
parent af06f803c5
commit c30c0d94eb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ before_script:
# Init PHP
- phpenv rehash
- phpenv config-rm xdebug.ini
- echo 'memory_limit = 2G' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo 'memory_limit=3G' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
# Install composer
- composer validate