File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44 - 7.2
55 - 7.3
66 - 7.4
7+ - 8.0
8+
9+ env :
10+ global :
11+ - COMPOSER_MEMORY_LIMIT=-1
12+ - XDEBUG_MODE=coverage
713
814cache :
915 directories :
@@ -13,8 +19,8 @@ services:
1319 - mysql
1420
1521install :
16- - 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
22+ - travis_retry composer install --no-interaction --prefer-dist
23+ - travis_retry composer require --no-interaction --prefer-dist --dev php-coveralls/php-coveralls
1824
1925script : vendor/bin/phpunit --verbose --coverage-clover build/logs/clover.xml
2026
Original file line number Diff line number Diff line change 1212 "email" : " dmitry.g.ivanov@gmail.com"
1313 }],
1414 "require" : {
15- "php" : " ^7.2" ,
15+ "php" : " ^7.2.5|^8.0 " ,
1616 "ext-json" : " *" ,
1717 "illuminate/support" : " ^6.0" ,
1818 "illuminate/console" : " ^6.0" ,
You can’t perform that action at this time.
0 commit comments