Olivier Massot 2 سال پیش
والد
کامیت
76a855f722
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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