Add support for running FindBugs

This commit is contained in:
Branden Archer
2017-09-13 10:47:01 -04:00
parent 4d3360b04e
commit c88fc677ac
3 changed files with 36 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ install:
- echo y | android update sdk -u -a -t extra-google-m2repository
- echo y | android update sdk -u -a -t extra-android-m2repository
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease findbugs
after_failure:
- cat app/build/reports/findbugs/findbugs.html