Run PHPStan on Travis CI

This commit is contained in:
Kamil Kokot
2018-08-01 16:11:52 +02:00
parent fa42a8e00f
commit 794b298338

View File

@@ -25,4 +25,6 @@ install:
script:
- composer validate --strict
- vendor/bin/phpstan analyse -c phpstan.neon -l max src -vvv
- vendor/bin/behat --strict -vvv --no-interaction