Skip to content

Commit cd65b59

Browse files
committed
Trying Travis again.
1 parent 7ed6e72 commit cd65b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install:
1919
- composer install --prefer-dist --no-interaction --no-progress
2020

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

0 commit comments

Comments
 (0)