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

Commit 869037b

Browse files
authored
Update .travis.yml
1 parent 63fe950 commit 869037b

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
@@ -18,9 +18,10 @@ before_install:
1818
- cd tests
1919

2020
script:
21-
- phpunit --stderr --coverage-clover=../logs/coverage.xml
21+
- phpunit --stderr --coverage-clover="../logs/coverage.xml"
2222

2323
after_success:
24+
- cd ../logs/coverage.xml
2425
- bash <(curl -s https://codecov.io/bash)
2526

2627
deploy:

0 commit comments

Comments
 (0)