- redis environment: DEBUG: true DATABASE_SERVER: localhost REDIS_SERVER: localhost dependencies: cache_directories: - ~/.composer/cache pre: - echo "memory_limit = 64M" > /opt/circleci/php/$(phpenv global)/etc/conf.d/memory.ini - composer config -g github-oauth.github.com $GITHUB_ACCESS_TOKEN override: - composer install --prefer-dist --no-interaction test: override: - mkdir -p $CIRCLE_TEST_REPORTS/phpunit - vendor/bin/phpunit --log-junit $CIRCLE_TEST_REPORTS/phpunit/junit.xml