Skip to content

Commit

Permalink
increased memory limit for travis conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
helios-ag committed Jul 28, 2019
1 parent f49ec06 commit 18916e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ matrix:
env: SYMFONY_VERSION=4.2.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.2.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0
- php: 7.3
env: SYMFONY_VERSION=4.2.* SYMFONY_PHPUNIT_BRIDGE_VERSION=4.2.* SYMFONY_DEPRECATIONS_HELPER=weak_vendors LEVEL=0

before_install:
- echo "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini

install:
- composer require --no-update symfony/symfony:${SYMFONY_VERSION}
- composer require --no-update symfony/form:${SYMFONY_VERSION}
Expand Down

0 comments on commit 18916e5

Please sign in to comment.