Skip to content

Commit 1fc07fc

Browse files
committed
Add detailed testing log for Travis-ci
1 parent e93f268 commit 1fc07fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,11 @@ dependencyManagement {
6868
checkstyle {
6969
toolVersion = "8.7"
7070
configFile = new File(rootDir, "checkstyle.xml")
71+
}
72+
73+
test {
74+
testLogging {
75+
events "failed"
76+
exceptionFormat "full"
77+
}
7178
}

0 commit comments

Comments
 (0)