We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed6e72 commit cd65b59Copy full SHA for cd65b59
.travis.yml
@@ -19,7 +19,7 @@ install:
19
- composer install --prefer-dist --no-interaction --no-progress
20
21
script:
22
- - vendor/bin/phpunit
+ - vendor/bin/phpunit --version
23
- vendor/bin/phpunit test || true
24
# - vendor/bin/phpunit test/CommonMarkTestWeak.php || true
25
- - '[ -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 commit comments