We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b5e44e commit d86d3a2Copy full SHA for d86d3a2
.travis.yml
@@ -17,10 +17,11 @@ before_install:
17
18
install:
19
- composer update --no-interaction
20
- - composer require squizlabs/php_codesniffer --dev
21
22
script:
23
- - ./vendor/bin/phpcs --standard=psr12 --colors src tests
+ - ./vendor/bin/phpcs
+ - ./vendor/bin/phpstan
24
+ - ./vendor/bin/psalm
25
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
26
27
after_success:
0 commit comments