From 89a0935960e43f91ca2c4adfd3ae96157410b89e Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Tue, 2 Jan 2018 13:40:42 +0100 Subject: [PATCH] travis: drop tests from phsptan, too many errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d464e60..153880f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ install: script: - vendor/bin/phpunit --coverage-clover=coverage.xml -v - if [[ $ECS != "" ]]; then temp/ecs/bin/ecs check src tests; fi - - if [[ $PHPSTAN != "" ]]; then vendor/bin/phpstan analyse src tests --level max --configuration phpstan.neon; fi + - if [[ $PHPSTAN != "" ]]; then vendor/bin/phpstan analyse src --level max --configuration phpstan.neon; fi after_script: - wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;