fixed redundant before_script

This commit is contained in:
Mariotaku Lee 2017-03-05 22:21:34 +08:00
parent e16f9c2b31
commit a75076ff64
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535
1 changed files with 0 additions and 2 deletions

View File

@ -70,8 +70,6 @@ before_script:
- patch --dry-run -d twidere < twidere/patches/remove_closed_source_dependencies.patch
# Validate if Google components fetched successfully
- test -f twidere/src/google/AndroidManifest.xml
# Remove gradle daemon log generated last time
- find ~/.gradle/daemon/ -name 'daemon-*.log' -exec rm {} \;
script:
- ./gradlew clean