Skip to content

Commit

Permalink
Trying Travis again.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulprins committed Apr 3, 2021
1 parent 7ed6e72 commit cd65b59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:
- composer install --prefer-dist --no-interaction --no-progress

script:
- vendor/bin/phpunit
- vendor/bin/phpunit --version
- vendor/bin/phpunit test || true
# - vendor/bin/phpunit test/CommonMarkTestWeak.php || true
- '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"SourceParser.php\"); echo SourceParser::version;")" ]'
# - '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"SourceParser.php\"); echo SourceParser::version;")" ]'

0 comments on commit cd65b59

Please sign in to comment.