Skip to content

Commit

Permalink
添加持续继承配置文件,并自动发布到FIR中
Browse files Browse the repository at this point in the history
  • Loading branch information
taowenyin committed Aug 3, 2017
1 parent fb90a35 commit f1f9a2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ android:
script:
- "./gradlew assembleRelease"
before_install:
- gem install fir-cli
- mkdir "$ANDROID_HOME/licenses" || true
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
- openssl aes-256-cbc -K $encrypted_c8b2b093f2df_key -iv $encrypted_c8b2b093f2df_iv
Expand All @@ -29,3 +30,5 @@ deploy:
tags: true
all_branches: true
repo: taowenyin/RLXAPF
after_deploy:
- fir publish app/build/outputs/apk/app-release.apk -T $FIR_TOKEN -c "`git cat-file tag $TRAVIS_TAG`"

0 comments on commit f1f9a2a

Please sign in to comment.