Skip to content

Commit

Permalink
modify travis.yml to give permission
Browse files Browse the repository at this point in the history
  • Loading branch information
Haleydu committed Aug 2, 2020
1 parent 037f511 commit 1a373d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ android: # 配置信息
- extra-android-m2repository
# Support Library
- extra-android-support
before_script:
- chmod +x gradlew
script:
# 生成 APK
- ./gradlew assembleRelease
Expand Down

0 comments on commit 1a373d8

Please sign in to comment.