mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Use psalm --shepherd
This commit is contained in:
parent
efcccb3256
commit
488ecc0377
@ -24,7 +24,7 @@ jobs:
|
|||||||
install: composer install --prefer-dist --no-interaction --no-progress
|
install: composer install --prefer-dist --no-interaction --no-progress
|
||||||
script:
|
script:
|
||||||
- '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"vendor/autoload.php\"); echo Erusev\Parsedown\Parsedown::version;")" ]'
|
- '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"vendor/autoload.php\"); echo Erusev\Parsedown\Parsedown::version;")" ]'
|
||||||
- composer test-static
|
- composer test-static -- --shepherd
|
||||||
- composer test-formatting
|
- composer test-formatting
|
||||||
- composer test-dead-code
|
- composer test-dead-code
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^7.4||^6.5.13||^5.7.27||^4.8.36",
|
"phpunit/phpunit": "^7.4||^6.5.13||^5.7.27||^4.8.36",
|
||||||
"vimeo/psalm": "^3.0.11",
|
"vimeo/psalm": "^3.2.7",
|
||||||
"friendsofphp/php-cs-fixer": "^2.13",
|
"friendsofphp/php-cs-fixer": "^2.13",
|
||||||
"infection/infection": "^0.12.0"
|
"infection/infection": "^0.12.0"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user