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 5693411 commit d42b85aCopy full SHA for d42b85a
.travis.yml
@@ -25,7 +25,7 @@ before_install:
25
26
# install dependencies
27
install:
28
- - composer install
+ - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --prefer-dist --no-interaction
29
30
# execute phpunit as the script command
31
script:
0 commit comments