still allow php 7.4 to fail because of dompdf
This commit is contained in:
parent
590a8b7ef2
commit
711fcdeef7
@ -19,6 +19,7 @@ matrix:
|
||||
- php: 7.2
|
||||
- php: nightly
|
||||
allow_failures:
|
||||
- php: 7.4 #need an update on dompdf
|
||||
- php: nightly
|
||||
|
||||
cache:
|
||||
@ -55,8 +56,6 @@ script:
|
||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php ; fi
|
||||
## PHPUnit
|
||||
- ./vendor/bin/phpunit -c ./ $(if [ -n "$COVERAGE" ]; then echo --coverage-text; else echo --no-coverage; fi)
|
||||
## PHPLOC
|
||||
- if [ -z "$COVERAGE" ]; then ./vendor/bin/phploc src/ ; fi
|
||||
## PHPDocumentor
|
||||
##- if [ -z "$COVERAGE" ]; then ./vendor/bin/phpdoc -q -d ./src -t ./build/docs --ignore "*/src/PhpWord/Shared/*/*" --template="responsive-twig" ; fi
|
||||
|
||||
|
||||
@ -70,7 +70,6 @@
|
||||
"squizlabs/php_codesniffer": "^3.0",
|
||||
"friendsofphp/php-cs-fixer": "^2.14",
|
||||
"phpmd/phpmd": "2.*",
|
||||
"phploc/phploc": "^4.0",
|
||||
"dompdf/dompdf":"0.8.*",
|
||||
"tecnickcom/tcpdf": "6.*",
|
||||
"mpdf/mpdf": "8.*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user