Skip to content

Commit

Permalink
Update travis-install-magento.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient authored Jul 7, 2022
1 parent 0439e25 commit 1830720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-install-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function install_magento() {
mysql -hlocalhost -uroot -e "create database if not exists $DATABASE_NAME"

printf "\033[92m###### Composer creating $BASE_URL project at $DIR_TARGET ######\n\n\033[0m";
composer create-project --repository=$COMPOSER_REPOSITORY magento/project-community-edition=$VERSION $DIR_TARGET --no-install
composer create-project --repository=$COMPOSER_REPOSITORY magento/project-community-edition=$VERSION $DIR_TARGET --no-install --no-plugins
cd $DIR_TARGET
composer config --no-interaction allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer config --no-interaction allow-plugins.laminas/laminas-dependency-plugin true
Expand Down

0 comments on commit 1830720

Please sign in to comment.