Fix sanity check

This commit is contained in:
Josh Sherman 2019-01-02 23:01:01 -06:00
parent e4979f5d15
commit b1d346cb05
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -31,7 +31,7 @@ before_script:
script:
- |
if [[ $PHPUNIT57 == 5.7 ]]; then
if [[ $PHPUNIT == 5.7 ]]; then
../vendor/bin/phpunit --colors --coverage-clover ../build/logs/clover.xml .
else
phpunit --colors --coverage-clover ../build/logs/clover.xml .