Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
galeksandrp authored Mar 2, 2017
1 parent 0191008 commit ec8eac8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_script:
script:
- make assets-tor
before_deploy:
- zip -d app-release.apk 'META-INF/*'
- cp app-release.apk app-release-signed.apk
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore tor/my-release-key.keystore -storepass $KEYSTORE_PASS app-release-signed.apk alias_name
- $ANDROID_HOME/build-tools/21.1.2/zipalign -v 4 app-release-signed.apk app-release-signed-aligned.apk
Expand Down

0 comments on commit ec8eac8

Please sign in to comment.