diff --git a/.travis/deploy_script.sh b/.travis/deploy_script.sh index 2c0ef935..f6f1fe80 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -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