removing memory limit on composer install

This commit is contained in:
Julien Fastré 2016-12-18 22:46:18 +01:00
parent 7a6b2c3fe7
commit 6eef0fcf88

View File

@ -3,7 +3,7 @@
- chill/database:latest
before_script:
- composer config github-oauth.github.com $GITHUB_TOKEN
- composer install
- php -d memory_limit=-1 /usr/local/bin/composer install
- cp Resources/test/Fixtures/App/config/parameters.gitlab-ci.yml Resources/test/Fixtures/App/config/parameters.yml
- php Resources/test/Fixtures/App/console --env=test cache:warmup
- php Resources/test/Fixtures/App/console doctrine:migrations:migrate --env=test --no-interaction