diff --git a/.travis.yml b/.travis.yml index e16b3cff3..8fe0b898a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,18 +72,21 @@ deploy: secure: "WKtKwda3hegqO9QVujdonNoL2ESJUR80WHNq/13wDsbCABo/GNnuqHNYZmml3wAifEKKeCEYfNZRUuHQ8eHs54Lj5BlGRX5i+1LrGhhgnVFQgmrhIv4RJuVQ663kDEh+Jwo4vowJ2mxNDvLvOhfZwxjULPDiknqy6u5PyW3id5M=" file_glob: true file: '**/*-release.apk' + skip_cleanup: true on: repo: TwidereProject/Twidere-Android tags: true # Publish to Google Play store - provider: script script: ./travis/scripts/google_play_deploy.sh ./twidere/src/google/.supplyrc + skip_cleanup: true on: repo: TwidereProject/Twidere-Android tags: true # Upload common component library to Bintray - provider: script script: ./gradlew twidere.component.common:bintrayUpload + skip_cleanup: true on: repo: TwidereProject/Twidere-Android tags: true \ No newline at end of file