increase memory in a hope to get code coverage working

This commit is contained in:
Daniel Hensby 2017-03-24 17:05:53 +13:00
parent 0410b4c35e
commit bcb9a99e54
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -35,6 +35,7 @@ before_script:
- "if [ \"$PHPCS_TEST\" = \"1\" ]; then pyrus install pear/PHP_CodeSniffer; fi"
- phpenv rehash
- phpenv config-rm xdebug.ini
- echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- "export DISPLAY=\":99\""
- "export XVFBARGS=\":99 -ac -screen 0 1024x768x16\""
- composer install --prefer-dist