Skip to content

Commit

Permalink
Merge pull request #560 from PhrozenByte/patch-2
Browse files Browse the repository at this point in the history
Travis: Issue build error when Parsedown::version isn't up-to-date
  • Loading branch information
aidantwoods committed Feb 28, 2018
2 parents 45f4069 + cc53d5a commit d638fd8
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 d638fd8

Please sign in to comment.