show failed tests at the end of travis log

This commit is contained in:
Milos Kozak 2018-03-21 07:41:03 +01:00
parent ad7ec4daca
commit 51ca4cc8c6

View file

@ -47,6 +47,11 @@ def generateGitBuild = { ->
return stringBuilder.toString()
}
tasks.matching {it instanceof Test}.all {
testLogging.events = ["failed", "skipped"]
testLogging.exceptionFormat = "full"
}
android {
compileSdkVersion 27
buildToolsVersion "${supportLibraryVersion}"