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 1abc898 commit 4438552Copy full SHA for 4438552
.travis.yml
@@ -19,10 +19,10 @@ matrix:
19
sudo: false
20
21
before-install:
22
- - composer install --prefer-source --no-interaction --dev
+ - COMPOSER_MEMORY_LIMIT=-1 composer install --prefer-source --no-interaction --dev
23
24
install:
25
- - composer install --no-interaction
+ - COMPOSER_MEMORY_LIMIT=-1 composer install --no-interaction
26
27
script:
28
- phpunit
0 commit comments