Skip to content

Commit

Permalink
[spi] travis for building, signing, deploying on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
afirez committed Sep 6, 2019
1 parent 927c8b4 commit 48e51df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ deploy:
# 除此之外,Travis CI还支持发布到fir.im、AWS、Google App Engine等
provider: releases
# Github oauth token
api_key: ${ghToken}
api_key:
secure: ${ghToken}
# 部署文件路径;对于Android就部署生成的 apk 文件
file: "spi-app/build/outputs/apk/spi-app-release.apk"
# 避免 Travis CI在部署之前清空生成的APK文件
Expand Down

0 comments on commit 48e51df

Please sign in to comment.