show tests in travis
This commit is contained in:
parent
e6ec114eb7
commit
83421c7266
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue