diff --git a/.travis.yml b/.travis.yml index 70f45c3e8..ea1122643 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ 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/reports/findbugs/findbugs.html