Keep composer install without wiping

This commit is contained in:
Nabeel Shahzad
2018-03-26 14:56:03 -05:00
parent c9b58a4d9d
commit c51b074e32

View File

@@ -31,8 +31,8 @@ if [ "$TRAVIS" = "true" ]; then
make clean
# Clean up the dependencies to only remove the dev packages
rm -rf vendor
composer install --no-interaction --no-dev
#rm -rf vendor
#composer install --no-interaction --no-dev
rm -rf env.php config.php
find ./vendor -type d -name ".git" -print0 | xargs rm -rf