diff --git a/.travis.yml b/.travis.yml index a9ed0bf3c..ea1122643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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