Skip to content

Commit ece2bca

Browse files
committed
Added code coverage
1 parent 175ac97 commit ece2bca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ script:
3232
branches:
3333
only:
3434
- master
35+
36+
script:
37+
- vendor/bin/phpunit --coverage-clover=coverage.xml
38+
39+
after_success:
40+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)