1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Increase Psalm memory limit in anticipation of PHPUnit 6

This commit is contained in:
Matthew Brown 2018-01-09 01:09:52 -05:00
parent c6ee617cd0
commit 2dbbf2fafe

View File

@ -10,6 +10,12 @@ cache:
directories:
- ./vendor
before_install:
# determine INI file
- export INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
# disable default memory limit
- echo memory_limit = 2G >> $INI
install:
- composer --prefer-source install