diff --git a/.travis.yml b/.travis.yml index 433b86c..a1c07a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ php: - '7.0' - hhvm - nightly -install: +before_script: - composer install --dev - \ No newline at end of file + +script: phpunit --coverage-text \ No newline at end of file