Skip to content

Commit 6d74576

Browse files
committed
Fix the 'Raise PHP memory limit' comment in .travis.yml
As @schlessera pointed out in wp-cli/scaffold-command#136, there's a disagreement between the comment (256MB) and the actual value (2048MB) being set.
1 parent c0ed184 commit 6d74576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ before_install:
4848
echo "xdebug.ini does not exist"
4949
fi
5050
- |
51-
# Raise PHP memory limit to 256MB
51+
# Raise PHP memory limit to 2048MB.
5252
echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
5353
5454
install:

0 commit comments

Comments
 (0)