Skip to content

Commit

Permalink
modify for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
htczion committed Jul 2, 2019
1 parent 58c2d21 commit a8672a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ before_script:
- chmod +x gradlew
- export ANDROID_NDK_HOME=$ANDROID_HOME/ndk-bundle
script:
- ./gradlew assembleHtc_partner1Release
- ./gradlew assembleRelease

deploy:
provider: releases
api_key:
secure: $ZKMS
file: "ZKMSaar/build/outputs/aar/ZKMSaar-Htc_partner1-release.aar"
file: "ZKMSaar/build/outputs/aar/ZKMSaar-release.aar"
skip_cleanup: true
overwrite: true

Expand Down

0 comments on commit a8672a1

Please sign in to comment.