Keep composer install without wiping
This commit is contained in:
@@ -31,8 +31,8 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
make clean
|
make clean
|
||||||
|
|
||||||
# Clean up the dependencies to only remove the dev packages
|
# Clean up the dependencies to only remove the dev packages
|
||||||
rm -rf vendor
|
#rm -rf vendor
|
||||||
composer install --no-interaction --no-dev
|
#composer install --no-interaction --no-dev
|
||||||
|
|
||||||
rm -rf env.php config.php
|
rm -rf env.php config.php
|
||||||
find ./vendor -type d -name ".git" -print0 | xargs rm -rf
|
find ./vendor -type d -name ".git" -print0 | xargs rm -rf
|
||||||
|
|||||||
Reference in New Issue
Block a user