Build package without dev dependencies
This commit is contained in:
parent
699883f2fc
commit
204f0b7a10
@ -5,8 +5,8 @@ if [ "$TRAVIS" = "true" ]; then
|
|||||||
cd $TRAVIS_BUILD_DIR
|
cd $TRAVIS_BUILD_DIR
|
||||||
|
|
||||||
# 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
|
||||||
|
|
||||||
if test "$TRAVIS_TAG"; then
|
if test "$TRAVIS_TAG"; then
|
||||||
PKG_NAME=$TRAVIS_TAG
|
PKG_NAME=$TRAVIS_TAG
|
||||||
|
Loading…
Reference in New Issue
Block a user