show failed tests at the end of travis log
This commit is contained in:
parent
ad7ec4daca
commit
51ca4cc8c6
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ def generateGitBuild = { ->
|
||||||
return stringBuilder.toString()
|
return stringBuilder.toString()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.matching {it instanceof Test}.all {
|
||||||
|
testLogging.events = ["failed", "skipped"]
|
||||||
|
testLogging.exceptionFormat = "full"
|
||||||
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 27
|
compileSdkVersion 27
|
||||||
buildToolsVersion "${supportLibraryVersion}"
|
buildToolsVersion "${supportLibraryVersion}"
|
||||||
|
|
Loading…
Reference in a new issue