From b1d346cb0535e496cbc3eef811aa09f947671beb Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Wed, 2 Jan 2019 23:01:01 -0600 Subject: [PATCH] Fix sanity check --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce2e14d..5d3a312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 .