Skip to content

Commit 763d7ad

Browse files
Enable codecov.io
1 parent 799a006 commit 763d7ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ install:
2121
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
2222

2323
script:
24-
- ./vendor/bin/phpunit
24+
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
25+
26+
after_success:
27+
- bash <(curl -s https://codecov.io/bash)
2528

2629
notifications:
2730
email: false

0 commit comments

Comments
 (0)