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

Commit 4894f80

Browse files
authored
Update .travis.yml
1 parent 7ad9b37 commit 4894f80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

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

2121
script:
22-
- phpunit --stderr --coverage-clover="../logs/coverage.xml"
22+
- phpunit --stderr
23+
- phpunit --coverage-clover="../logs/coverage.xml"
2324

2425
after_success:
2526
- cat ../logs/coverage.xml

0 commit comments

Comments
 (0)