Skip to content

Commit e1812c9

Browse files
authored
Fix cover file reference for scrutinizer
1 parent 1065435 commit e1812c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ script:
1414
after_script:
1515
- php vendor/bin/coveralls
1616
- wget https://scrutinizer-ci.com/ocular.phar
17-
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
17+
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml

0 commit comments

Comments
 (0)