Skip to content

Commit 89a0935

Browse files
committed
travis: drop tests from phsptan, too many errors
1 parent 84bd091 commit 89a0935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install:
2222
script:
2323
- vendor/bin/phpunit --coverage-clover=coverage.xml -v
2424
- if [[ $ECS != "" ]]; then temp/ecs/bin/ecs check src tests; fi
25-
- if [[ $PHPSTAN != "" ]]; then vendor/bin/phpstan analyse src tests --level max --configuration phpstan.neon; fi
25+
- if [[ $PHPSTAN != "" ]]; then vendor/bin/phpstan analyse src --level max --configuration phpstan.neon; fi
2626

2727
after_script:
2828
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;

0 commit comments

Comments
 (0)