From 194f7cab84edbf50dc94effc6df952174d074258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 3 Jul 2020 04:52:30 +0200 Subject: [PATCH] Run static analysis on Travis keeping the code quality High --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c08e756..71f2378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ php: branches: only: - - master + - master script: + - vendor/bin/phpstan analyze src/ - make deploy: