diff --git a/.travis.yml b/.travis.yml index dcf27ab..8f063c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ cache: install: composer install -before_script: +script: - app/vendor/bin/php-cs-fixer fix --diff --dry-run - app/vendor/bin/psalm - -script: app/vendor/bin/phpunit --coverage-text + - app/vendor/bin/phpunit --coverage-text