Log test results

This commit is contained in:
Dominik Schürmann
2016-01-03 23:09:35 +01:00
parent cdc42c94cc
commit b33d3f1b6c

View File

@@ -150,6 +150,13 @@ android {
targetCompatibility JavaVersion.VERSION_1_7 targetCompatibility JavaVersion.VERSION_1_7
} }
testOptions.unitTests.all {
// log results of tests to console, useful for travis
testLogging {
events 'passed', 'skipped', 'failed' //, 'standardOut', 'standardError'
}
}
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled true