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

Skip to content

Commit a6e2f53

Browse files
committed
[Travis] Fix comment
1 parent e5f9696 commit a6e2f53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

etc/travis/suites/common/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../bash/common.lib.s
55
print_header "Customizing the environment" "Sylius"
66
run_command "git fetch origin $TRAVIS_BRANCH:refs/remotes/origin/$TRAVIS_BRANCH" || exit $? # Make origin/master available for is_suitable steps
77
run_command "phpenv config-rm xdebug.ini" # Disable XDebug
8-
run_command "echo \"memory_limit=6144M\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini" || exit $? # Increase memory limit to 4GB
8+
run_command "echo \"memory_limit=6144M\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini" || exit $? # Increase memory limit to 6GB
99
run_command "composer self-update --stable"
1010
run_command "mkdir -p \"${SYLIUS_CACHE_DIR}\"" || exit $? # Create Sylius cache directory
1111
run_command "mkdir -p web/media/image" || exit $? # Create Sylius images directory

0 commit comments

Comments
 (0)