Skip to content
Snippets Groups Projects
Commit 832a4185 authored by catch's avatar catch
Browse files

Issue #3117410 by jungle, longwave, alexpott, andypost, Kristen Pol, daffie:...

Issue #3117410 by jungle, longwave, alexpott, andypost, Kristen Pol, daffie: Use an optimised autoloader in testing
parent 135e3ba1
No related branches found
No related tags found
No related merge requests found
......@@ -284,9 +284,9 @@ default:
- vendor/
script:
- composer validate
- composer install
- composer install --optimize-autoloader
- if [ -n "$COMPOSER_UPDATE" ]; then
composer update;
composer update --optimize-autoloader;
composer outdated;
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment