show tests in travis
This commit is contained in:
parent
e6ec114eb7
commit
83421c7266
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def generateGitBuild = { ->
|
|||
}
|
||||
|
||||
tasks.matching {it instanceof Test}.all {
|
||||
testLogging.events = ["failed", "skipped"]
|
||||
testLogging.events = ["failed", "skipped", "started"]
|
||||
testLogging.exceptionFormat = "full"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue