Add a stack trace to debug coveralls

This commit is contained in:
Bradlee Speice 2014-11-17 21:30:15 -05:00
parent af5875cf86
commit ea682d664c

View File

@ -5,4 +5,4 @@ script:
- ./gradlew test
after_success:
- ./gradlew jacocoTestReport coveralls
- ./gradlew jacocoTestReport coveralls --stacktrace