Skip to content

Commit

Permalink
Increasing Travis CI memory limit to 512Mb. (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Jun 8, 2017
1 parent b90bcb0 commit 676e6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/setup_environment
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ echo 'variables_order = "EGPCS"' >> ~/.phpenv/versions/$(phpenv version-name)/et
# Ensure that always_populate_raw_post_data PHP setting: Not set to -1 does not happen.
echo "always_populate_raw_post_data = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
# Set PHP memory limit to something more realistic.
echo "memory_limit=256M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
echo "memory_limit=512M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

# Set git info.
git config --global user.name "Travis-CI"
Expand Down

0 comments on commit 676e6e0

Please sign in to comment.