We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d88d02 commit e581cd9Copy full SHA for e581cd9
.travis.yml
@@ -17,7 +17,7 @@ matrix:
17
18
sudo: false
19
20
-install: composer install --no-interaction
+install: COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction
21
22
before_script:
23
- travis_retry composer self-update
0 commit comments