Skip to content

Commit

Permalink
Merge pull request #33 from wp-cli/fix-travis-53-memory
Browse files Browse the repository at this point in the history
Fix PHP 5.3 memory issue
  • Loading branch information
schlessera authored Apr 13, 2018
2 parents 69b41bd + b5a3f3c commit d7104f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ before_install:
else
echo "xdebug.ini does not exist"
fi
- |
# Raise PHP memory limit to 2048MB
echo 'memory_limit = 2048M' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
install:
- composer require wp-cli/wp-cli:dev-master
Expand Down

0 comments on commit d7104f5

Please sign in to comment.