mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-30 11:40:23 +02:00
Lower build verbosity on travis
while still showing failed tests.
This commit is contained in:
@@ -34,3 +34,11 @@ dependencies {
|
||||
|
||||
testCompile 'junit:junit:4.12'
|
||||
}
|
||||
|
||||
tasks.withType(Test) {
|
||||
testLogging {
|
||||
exceptionFormat "full"
|
||||
events "started", "skipped", "passed", "failed"
|
||||
showStandardStreams true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user