Add a stacktrace to testing

This commit is contained in:
Bradlee Speice 2014-11-21 17:40:06 -05:00
parent acbdc10116
commit bbe2e117a0

View File

@ -2,7 +2,7 @@
language: android
script:
- ./gradlew test
- ./gradlew test --stacktrace
after_success:
- ./gradlew jacocoTestReport coveralls --stacktrace
- ./gradlew jacocoTestReport coveralls --stacktrace