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: