Add a stacktrace to testing

build-21
Bradlee Speice 2014-11-21 17:40:06 -05:00
parent acbdc10116
commit bbe2e117a0
1 changed files with 2 additions and 2 deletions

View File

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