mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
travis: drop tests from phsptan, too many errors
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user