From c51b074e32328f1f5f3bafaed149078cfd3ee466 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Mon, 26 Mar 2018 14:56:03 -0500 Subject: [PATCH] Keep composer install without wiping --- .travis/deploy_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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