Skip to content
This repository was archived by the owner on Sep 1, 2025. It is now read-only.

Commit 35f741b

Browse files
authored
Update .travis.yml
1 parent 8e205d7 commit 35f741b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ before_install:
1919
- cd tests
2020

2121
script:
22-
# - phpunit --stderr
23-
- phpunit --coverage-clover=coverage.xml
22+
- phpunit --stderr
23+
# - phpunit --coverage-clover=coverage.xml
2424

2525
after_success:
2626
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)