diff --git a/.travis.yml b/.travis.yml index 727bb2b..c43db57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,10 +26,14 @@ services: - redis-server before_install: - - phpenv config-rm xdebug.ini || true - - travis_retry composer self-update - printf "\n" | pecl install -f apcu-5.1.18 apcu_bc-1.0.5 - phpenv config-add travis.ini install: - "[[ $COMPOSER_PREFER == 'lowest' ]] && composer update --prefer-lowest || composer update" + +before_script: + - vendor/bin/php-cs-fixer fix --diff --dry-run + - vendor/bin/psalm + +script: vendor/bin/phpunit --coverage-text