From 204f0b7a10525098d7ec6f4c4e541f8f1ed4bd53 Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 25 Mar 2018 16:20:49 -0500 Subject: [PATCH] Build package without dev dependencies --- .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 b1690ded..6bf6b6cc 100755 --- a/.travis/deploy_script.sh +++ b/.travis/deploy_script.sh @@ -5,8 +5,8 @@ if [ "$TRAVIS" = "true" ]; then cd $TRAVIS_BUILD_DIR # 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 if test "$TRAVIS_TAG"; then PKG_NAME=$TRAVIS_TAG