Build only the release variant

Building both debug and release was unnecessary, and only
increased the time to validate a pull request
This commit is contained in:
Branden Archer
2017-05-20 13:36:23 -04:00
parent c0e95bd4da
commit 0eeadbf77f

View File

@@ -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