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

Travis: Issue build error when Parsedown::version isn't up-to-date

This commit is contained in:
Daniel Rudolf 2018-02-28 19:12:19 +01:00
parent 45f40696f6
commit cc53d5ae29
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538

View File

@ -26,3 +26,4 @@ install:
script:
- vendor/bin/phpunit
- vendor/bin/phpunit test/CommonMarkTestWeak.php || true
- '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"Parsedown.php\"); echo Parsedown::version;")" ]'