mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-29 11:10:35 +02:00
Lower build verbosity on travis
while still showing failed tests.
This commit is contained in:
@@ -23,4 +23,4 @@ after_success:
|
|||||||
- chmod +x ./upload_apk.sh
|
- chmod +x ./upload_apk.sh
|
||||||
- ./upload_apk.sh
|
- ./upload_apk.sh
|
||||||
|
|
||||||
script: cd android_app && ./gradlew -i testDebugUnitTest assembleDebug
|
script: cd android_app && ./gradlew testDebug assembleDebug
|
||||||
|
@@ -34,3 +34,11 @@ dependencies {
|
|||||||
|
|
||||||
testCompile 'junit:junit:4.12'
|
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