Skip to content

Commit

Permalink
Bump memory limit for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ScopeyNZ committed Jun 27, 2019
1 parent 89bc954 commit 218a77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ before_script:
# Init PHP
- phpenv rehash
- phpenv config-rm xdebug.ini
- echo 'memory_limit = 2G' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

# Install composer dependencies
- composer validate
Expand Down

0 comments on commit 218a77b

Please # to comment.