Bump memory limit in Travis to 2G

This commit is contained in:
Robbie Averill 2018-06-15 12:03:39 +12:00
parent 67a3e3697e
commit 0afe8c92d7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ matrix:
before_script:
- phpenv rehash
- phpenv config-rm xdebug.ini
- echo 'memory_limit=2G' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer validate
- composer require --no-update symbiote/silverstripe-queuedjobs ^4.0