Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

Commit 10e5af5

Browse files
author
Daniel Opitz
committed
Fixed phpunit
1 parent faf0ca9 commit 10e5af5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222
script:
2323
- ant check-style
2424
- ant phpstan
25-
- ant phpunit-coverage
25+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
2626

2727
#after_success:
2828
# - if [ "$TRAVIS_PHP_VERSION" == "7.1" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi

0 commit comments

Comments
 (0)