remove memory_limit on build

This commit is contained in:
Julien Fastré 2016-12-18 23:57:55 +01:00
parent 8ec9fb11fc
commit 9bebed9891

View File

@ -3,7 +3,7 @@
- chill/database:latest
before_script:
- if [ -z ${GITHUB_TOKEN+x} ]; then composer config github-oauth.github.com $GITHUB_TOKEN; fi
- composer install --no-interaction
- php -d memory_limit=-1 /usr/local/bin/composer install --no-interaction
- cp Tests/Fixtures/App/app/config/parameters.gitlab-ci.yml Tests/Fixtures/App/app/config/parameters.yml
- php Tests/Fixtures/App/app/console.php --env=test cache:warmup
- php Tests/Fixtures/App/app/console.php doctrine:migrations:migrate --env=test --no-interaction