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:
parent
45f40696f6
commit
cc53d5ae29
@ -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;")" ]'
|
||||
|
Loading…
Reference in New Issue
Block a user