Skip to content

Commit

Permalink
Travis: Issue build error when Parsedown::version isn't up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
PhrozenByte committed Feb 28, 2018
1 parent 45f4069 commit 6f7f266
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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;')" ]

0 comments on commit 6f7f266

Please sign in to comment.