From 18ac6b99d26f9d4dc25cea5bd9a7cc90658d5a52 Mon Sep 17 00:00:00 2001 From: Andrii Afanasiev Date: Thu, 13 Jul 2023 17:15:13 +0200 Subject: [PATCH] update travis ci --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6669e5..0e53489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ before_install: script: - php -v - - vendor/bin/phpcs --standard=psr2 src/ + - vendor/bin/phpcs + - vendor/bin/phpstan - vendor/bin/phpunit after_success: