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 f98c8e2 commit 9812c6bCopy full SHA for 9812c6b
bin/phpunit-checks
@@ -15,7 +15,9 @@ vendor/bin/phpunit --configuration dev/tests/phpunit.xml --testsuite unit --cove
15
echo "==============================="
16
echo " UNIT TEST COVERAGE"
17
18
-vendor/bin/coverage-check clover.xml $UNIT_COVERAGE_THRESHOLD
+if [[ ${TRAVIS_PHP_VERSION:0:3} != "7.3" ]]
19
+ then vendor/bin/coverage-check clover.xml $UNIT_COVERAGE_THRESHOLD
20
+fi
21
22
23
echo " VERIFICATION TESTS"
0 commit comments