1
0
mirror of https://github.com/erusev/parsedown.git synced 2023-08-10 21:13:06 +03:00

Add flag to get type-coverage

This commit is contained in:
Aidan Woods 2020-01-26 13:09:19 +00:00
parent bded7a6ff3
commit 836c028aa0
No known key found for this signature in database
GPG Key ID: 9A6A8EFAA512BBB9

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