File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../bash/common.lib.s
55print_header " Customizing the environment" " Sylius"
66run_command " git fetch origin $TRAVIS_BRANCH :refs/remotes/origin/$TRAVIS_BRANCH " || exit $? # Make origin/master available for is_suitable steps
77run_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
99run_command " composer self-update --stable"
1010run_command " mkdir -p \" ${SYLIUS_CACHE_DIR} \" " || exit $? # Create Sylius cache directory
1111run_command " mkdir -p web/media/image" || exit $? # Create Sylius images directory
You can’t perform that action at this time.
0 commit comments