Skip to content

Commit 43525b9

Browse files
authored
Merge pull request #169 from stevegrunwell/fix/travis-memory-comment
Fix the 'Raise PHP memory limit' comment in .travis.yml
2 parents c0ed184 + 6d74576 commit 43525b9

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)