woocommerce/tests/bin/phpunit.sh

7 lines
156 B
Bash
Raw Normal View History

2017-10-05 16:09:39 +00:00
#!/usr/bin/env bash
if [[ ${TRAVIS_PHP_VERSION} == '7.1' ]]; then
phpunit -c phpunit.xml --coverage-clover=coverage.clover
else
phpunit -c phpunit.xml
fi