Skip to content

Commit

Permalink
[Maintenance][Travis] Upgrade php memory to 4G
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Apr 11, 2020
1 parent 422f115 commit f55ad9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/travis/suites/application/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../bash/application.

print_header "Activating memcached extension" "Sylius"
run_command "echo \"extension = memcached.so\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini" || exit $?
run_command "echo \"memory_limit=4096M\" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini" || exit $?

print_header "Updating Composer" "Sylius"
run_command "composer self-update --preview"
Expand Down

0 comments on commit f55ad9b

Please sign in to comment.