1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-02 09:46:51 +01:00

use debug output and redirect stdout to /dev/null

This commit is contained in:
Mariotaku Lee 2017-03-05 22:43:12 +08:00
parent a75076ff64
commit 1ee523bb10
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535

View File

@ -73,7 +73,7 @@ before_script:
script:
- ./gradlew clean
- ./gradlew build
- ./gradlew build --debug > /dev/null
after_failure:
- curl "https://raw.githubusercontent.com/andreafabrizi/Dropbox-Uploader/master/dropbox_uploader.sh" -o travis/scripts/dropbox_uploader.sh