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.
2 parents 6c2fa70 + 37e9e23 commit e881b40Copy full SHA for e881b40
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 7.2
5
- 7.3
6
+ - 7.4
7
8
cache:
9
directories:
@@ -12,8 +13,8 @@ services:
12
13
- mysql
14
15
install:
- - travis_retry composer install --no-interaction --prefer-dist
16
- - travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
+ - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
17
+ - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
18
19
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
20
0 commit comments