diff --git a/.travis.yml b/.travis.yml index 0ad2575..034653b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ php: - 7 - hhvm -script: phpunit tests +script: phpunit --coverage-text tests