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 4, 2022
1 parent 4988c29 commit 105edba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions travis-install-magento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ function install_magento() {
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
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
composer config --no-interaction allow-plugins.magento/* true
composer config --unset repo.0
composer config repo.composerrepository composer $COMPOSER_REPOSITORY
composer config minimum-stability dev
Expand Down

0 comments on commit 105edba

Please sign in to comment.