1
0
mirror of https://github.com/erusev/parsedown.git synced 2025-09-02 19:32:35 +02:00

Merge pull request #560 from PhrozenByte/patch-2

Travis: Issue build error when Parsedown::version isn't up-to-date
This commit is contained in:
Aidan Woods
2018-02-28 19:09:57 +00:00
committed by GitHub

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