Skip to content
This repository was archived by the owner on Mar 28, 2021. It is now read-only.

Commit 09943cc

Browse files
committed
build: Travis
1 parent 50ba0e5 commit 09943cc

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
@@ -16,4 +16,7 @@ install:
1616
- composer install --prefer-dist
1717

1818
script:
19-
- vendor/bin/phpunit --coverage-text
19+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
20+
21+
after_success:
22+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)