Skip to content

Commit 70fb351

Browse files
committed
chore: debug phpunit issue
1 parent 74b8087 commit 70fb351

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor
22
build
33
composer.phar
4-
composer.lock
4+
composer.lock
5+
.phpunit.result.cache

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ before_script:
1515
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
1616

1717
script:
18+
- phpunit --version
19+
- ./vendor/bin/phpunit --version
1820
- phpunit --coverage-text --coverage-clover=coverage.clover
1921

2022
after_script:

0 commit comments

Comments
 (0)