Olivier Massot 2 vuotta sitten
vanhempi
commit
76a855f722
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/ci_docker_install.sh

+ 1 - 1
tests/ci_docker_install.sh

@@ -58,4 +58,4 @@ php composer-setup.php
 php -r "unlink('composer-setup.php'); unlink('installer.sig');"
 
 # Install modules
-HOST=ci php composer.phar install --no-interaction --ignore-platform-reqs
+HOST=ci php -d memory_limit=-1 composer.phar install --no-interaction --ignore-platform-reqs