Skip to content

Commit

Permalink
#21: Remove Underscore pt4
Browse files Browse the repository at this point in the history
  • Loading branch information
Entreco committed Feb 9, 2018
1 parent dd64683 commit 5c2d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ before_deploy:
- cd app/build/outputs/apk/release
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/zipalign -v -p 4 $APP_NAME _${APP_NAME}
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/apksigner sign --ks $HOME/dsc_keystore
--ks-key-alias Entreco --ks-pass pass:$storepass --key-pass pass:$keypass --in $_{APP_NAME} --out $APP_NAME
--ks-key-alias Entreco --ks-pass pass:$storepass --key-pass pass:$keypass --in _${APP_NAME} --out $APP_NAME
- ${ANDROID_HOME}/build-tools/${ANDROID_BUILD_TOOLS}/apksigner verify $APP_NAME
deploy:
provider: releases
Expand Down

0 comments on commit 5c2d59a

Please sign in to comment.