Skip to content

Commit

Permalink
rollbar#77: try to bump the memory limit for travis php 5 builds to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturMoczulski committed Jan 1, 2019
1 parent 8d88d02 commit e581cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -17,7 +17,7 @@ matrix:

sudo: false

install: composer install --no-interaction
install: COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction

before_script:
- travis_retry composer self-update
Expand Down

0 comments on commit e581cd9

Please sign in to comment.