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 003a8c1 commit 4ad0b0eCopy full SHA for 4ad0b0e
.travis.yml
@@ -5,13 +5,18 @@ php:
5
- 7.4
6
- 8.0
7
8
+env:
9
+ global:
10
+ - COMPOSER_MEMORY_LIMIT=-1
11
+ - XDEBUG_MODE=coverage
12
+
13
cache:
14
directories:
15
- $HOME/.composer/cache
16
17
install:
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer install --no-interaction --prefer-dist
- - COMPOSER_MEMORY_LIMIT=-1 travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
18
+ - travis_retry composer install --no-interaction --prefer-dist
19
+ - travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
20
21
script: vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
22
0 commit comments