For my builds on Travis, I want to be able to read the test results when there are failing tests to see the stacktrace of those failing tests. Currently, these reports are store
Try adding --info to your command:
--info
./gradlew test --info
If you want more, try:
./gradlew test --debug