1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add jacoco and coveralls gradle plugins

This commit is contained in:
Florian Schmaus 2015-03-12 15:44:53 +01:00
parent 41b74ec13c
commit 03206fcbf6
3 changed files with 19 additions and 1 deletions

View file

@ -5,3 +5,5 @@ android:
install: gradle assemble
script: gradle check
after_success:
- gradle jacocoTestReport coveralls