1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 19:32:35 +02: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

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;")" ]'