tweaking travis config

This commit is contained in:
Mariotaku Lee 2017-03-05 01:08:46 +08:00
parent b48ae2ac42
commit 58a63892f9
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@ before_script:
- test -f twidere/src/google/AndroidManifest.xml
script:
- ./gradlew clean assembleGoogle
- ./gradlew clean
- ./gradlew twidere:assembleGoogleDebug
- ./gradlew twidere:assembleGoogleRelease
after_failure:
- travis/scripts/print_error_logs.sh