Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a23d1b5

Browse files
authored
minor #11811 [Maintenance] Remove dead part of travis installation script (lchrusciel)
This PR was merged into the 1.8-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | 1.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | | License | MIT <!-- - Bug fixes must be submitted against the 1.7 branch (the lowest possible) - Features and deprecations must be submitted against the master branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- 8d2407c [Maintenance] Remove dead part of travis installation script
2 parents 6c669b9 + 8d2407c commit a23d1b5

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

bin/install-package

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,7 @@ restore_composer_lock_from_cache() {
6565

6666
# Argument 1: Package path
6767
composer_install() {
68-
local command="composer install --ansi --no-interaction --prefer-dist --quiet"
69-
70-
if [ "$(package_path_to_package_name "$1")" = "ResourceBundle" ]; then
71-
command="${command} --ignore-platform-reqs"
72-
fi
73-
74-
run_command "${command}"
68+
run_command "composer install --ansi --no-interaction --prefer-dist --quiet"
7569
}
7670

7771
display_help_message() {

0 commit comments

Comments
 (0)