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
1 changed files with 1 additions and 1 deletions

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