Olivier Massot 8 months ago
parent
commit
1e123f6ef4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/ci_docker_install.sh

+ 2 - 1
tests/ci_docker_install.sh

@@ -60,4 +60,5 @@ php -r "unlink('composer-setup.php'); unlink('installer.sig');"
 echo "memory_limit=2096M" > /usr/local/etc/php/conf.d/memory-limit.ini
 
 # Install modules
-HOST=ci php composer.phar install --no-interaction --ignore-platform-reqs
+rm -r vendor
+HOST=ci php composer.phar install --no-cache --no-interaction --ignore-platform-reqs