show tests in travis

This commit is contained in:
Milos Kozak 2018-04-11 16:23:35 +02:00
parent e6ec114eb7
commit 83421c7266

View file

@ -50,7 +50,7 @@ def generateGitBuild = { ->
} }
tasks.matching {it instanceof Test}.all { tasks.matching {it instanceof Test}.all {
testLogging.events = ["failed", "skipped"] testLogging.events = ["failed", "skipped", "started"]
testLogging.exceptionFormat = "full" testLogging.exceptionFormat = "full"
} }