Log test results
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user