do not emit xml results

gradle will output the failures, so this is unnecessary
This commit is contained in:
Branden Archer
2017-05-20 13:35:57 -04:00
parent b7e8b8d36e
commit c0e95bd4da

View File

@@ -16,6 +16,5 @@ android:
script: ./gradlew build lint findbugs test
after_failure:
- cat app/build/outputs/lint-results.xml
- cat app/build/reports/findbugs/findbugs.html
- cat app/build/reports/tests/debug/index.html