Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 47e144b

Browse files
committed
build: Travis
1 parent 5d2fdd2 commit 47e144b

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
@@ -8,4 +8,7 @@ install:
88
- composer install --prefer-dist
99

1010
script:
11-
- vendor/bin/phpunit --coverage-text
11+
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
12+
13+
after_success:
14+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)