Skip to content

Commit 02a1b00

Browse files
committed
build: Travis
1 parent fc59511 commit 02a1b00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ install:
1111
- composer install --prefer-dist
1212

1313
script:
14-
- vendor/bin/phpunit --coverage-text
14+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
15+
16+
after_success:
17+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)