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

Commit 4381ccf

Browse files
authored
Update .travis.yml
1 parent 869037b commit 4381ccf

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
@@ -21,7 +21,7 @@ script:
2121
- phpunit --stderr --coverage-clover="../logs/coverage.xml"
2222

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

2727
deploy:

0 commit comments

Comments
 (0)