1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-06-28 13:12:31 +02:00

configure phpunit flags

This commit is contained in:
Ne-Lexa
2020-01-09 12:57:28 +03:00
parent 61e9d96439
commit c82e303002

View File

@ -64,7 +64,7 @@ before_script:
script:
- composer validate --no-check-lock
- vendor/bin/phpunit -v -c phpunit.xml --testsuite only_fast_tests --coverage-clover=coverage.clover
- vendor/bin/phpunit ${PHPUNIT_FLAGS}
after_success:
- if [[ $COVERAGE = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi