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