We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a25e1 commit 529cfedCopy full SHA for 529cfed
.travis.yml
@@ -17,6 +17,7 @@ services:
17
- docker
18
19
before_install:
20
+ - "memory_limit=2G" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
21
- sudo /etc/init.d/mysql stop
22
- make start_db V=$MYSQL_VERSION
23
0 commit comments