Skip to content

Commit 242587a

Browse files
committed
Integrating codecov service with this repo
1 parent f4bc6c8 commit 242587a

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
@@ -19,4 +19,7 @@ script:
1919
- phpunit --stderr --coverage-clover build/logs/clover.xml
2020

2121
after_script:
22-
- php vendor/bin/coveralls -v
22+
- php vendor/bin/coveralls -v
23+
24+
after_success:
25+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)