using default gradle command

This commit is contained in:
Mariotaku Lee 2017-03-06 00:07:53 +08:00
parent 867124972a
commit 36e8dc39db
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 1 additions and 2 deletions

View File

@ -72,8 +72,7 @@ before_script:
- test -f twidere/src/google/AndroidManifest.xml
script:
- ./gradlew clean
- ./gradlew build --debug > /dev/null
- ./gradlew clean build
after_failure:
- curl "https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh" -o travis/scripts/dropbox_uploader.sh