Merge pull request #98 from brarcher/travis

Travis-CI changes
This commit is contained in:
Branden Archer
2017-05-20 18:07:47 -04:00
committed by GitHub

View File

@@ -13,9 +13,8 @@ android:
# The SDK version used to compile your project
- android-23
script: ./gradlew build lint findbugs test
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease findbugs
after_failure:
- cat app/build/outputs/lint-results.xml
- cat app/build/reports/findbugs/findbugs.html
- cat app/build/reports/tests/debug/index.html