Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fg607 committed Sep 7, 2018
1 parent 2a52832 commit 9ee8a44
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,21 @@ android:
jdk: oraclejdk8
script:
- "./gradlew assembleRelease"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: YsLGgc2h3CFzbJ90lLY6Sd1iLNQwhoFDeUadyNfgXhlgWNoSYEbtkAmCRsYZFl5en0I1jr4sdGnAMH+QWFa+NuMvsagCfVExteppOfw3CXgGvmzRz39o45vPRAIn1aH6kTiD3t/SxG3q9PcHFPJfgejIyPhr1sRPN4ehB7+nOLu/PWJ/tXiS9eqNYEVrz0NQ+VQyPWOBHuDc4V6NPixS0JdnM6di5G9h6IzoH+7pr2dMvgkrFbmj+W/hekcp53XRKWuaTr1y6Dj6aILrG3gENhar6EgkYPMLDCSVbtV59okEuWM2GVfLWMb298w/nSSODVxL0GfySTVRcoyXG9rSB7Qkb37qukrdAGD7f+3G1UV7wCy8mZQ7mMZ+LtPz2kKaK3XLiSg88TRuq8BJajlviDEIgf1C6H6666aTOVza/WxCDIFBtlagY4qsDe8gsek17vTxIJoP0I1dkBxx1Wcno4SxpI46Jok3tqkGXqFABx2nOjZEeahV+tmTqmKhIYheC1vr9Yzz99FDF+NUKvREyXOJco+12HBtwzRzCT3kw8z/k/hNq61HIFLnNESDxkIddifI0LpiQn8/1EQK7GEoIKKvY/q6j5nstiHOZpYgzhgcTzdLGvusRLTpaahslP/rilybC3RJeh8QmFVKBdy7F3oSmkTWiziQ/5beWn+ysCk=
file: app/build/outputs/apk/release/app-release.apk
on:
repo: fg607/RelaxFinger
all_branches: true
branche: master
before_install:
- openssl aes-256-cbc -K $encrypted_9ed914d03b12_key -iv $encrypted_9ed914d03b12_iv
-in hardwork.jks.enc -out app/hardwork.jks -d

0 comments on commit 9ee8a44

Please sign in to comment.