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
commit d638fd8a25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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