Skip to content

Commit 8cab456

Browse files
committed
Fix Travis build memory exhaustion during composer install
1 parent f124c23 commit 8cab456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
- docker
2020

2121
before_install:
22+
- "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
2223
- sudo /etc/init.d/mysql stop
2324
- make start_db V=$MYSQL_VERSION
2425

0 commit comments

Comments
 (0)