Skip to content

Commit b7f6035

Browse files
committed
Disable composer memory limit
1 parent bc6a682 commit b7f6035

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ services:
1212
- mysql
1313

1414
install:
15-
- travis_retry composer install --no-interaction --prefer-dist
16-
- travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
15+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
16+
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1717

1818
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
1919

0 commit comments

Comments
 (0)