Skip to content

Commit

Permalink
Path change once again
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikyt committed Oct 15, 2018
1 parent cbf21ea commit 7c0c1e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ script:

after_success:
- travis_retry composer require php-coveralls/php-coveralls
- travis_retry bin/php-coveralls --coverage_clover=coverage/clover.xml -v
- travis_retry bin/php-coveralls --coverage_clover=build/logs/clover.xml -v
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
bootstrap="vendor/autoload.php"
>
<logging>
<log type="coverage-clover" target="coverage/clover.xml"/>
<log type="coverage-clover" target="build/logs/clover.xml"/>
<log type="coverage-text" target="php://stdout"/>
</logging>

<testsuites>
Expand Down

0 comments on commit 7c0c1e5

Please sign in to comment.