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

Commit 1f198dc

Browse files
authored
Update .travis.yml
1 parent 47f6cdb commit 1f198dc

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
@@ -20,7 +20,7 @@ before_install:
2020

2121
script:
2222
- phpunit --stderr
23-
- phpunit --coverage-clover="../logs/coverage.xml"
23+
- phpunit --coverage-clover="/home/travis/build/yakeing/php_session/logs/coverage.xml"
2424

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

0 commit comments

Comments
 (0)