From f209059d82b2c224850bf8f3d0dea5e371f35e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sat, 14 Nov 2020 16:45:52 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0aa5594790a..4d6ddce37f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -110,7 +110,8 @@ install: rm $TRAVIS_BUILD_DIR/composer.lock composer self-update # To have composer making parallel downloads - composer global require hirak/prestissimo + # This plugin is for Composer1; Composer2 is very fast on its own. Uninstall this plugin and update the Composer itself. + # composer global require hirak/prestissimo composer -n init composer -n config vendor-dir htdocs/includes echo