Use psalm --shepherd

This commit is contained in:
Aidan Woods 2019-04-12 19:30:44 +01:00
parent efcccb3256
commit 488ecc0377
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
install: composer install --prefer-dist --no-interaction --no-progress
script:
- '[ -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-dead-code

View File

@ -18,7 +18,7 @@
},
"require-dev": {
"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",
"infection/infection": "^0.12.0"
},