Skip to content

Commit

Permalink
Add encrypted keystore
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Mar 6, 2018
1 parent b630640 commit f856079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -36,6 +36,9 @@ android:

# Set up Android-sdk and the emulator
before_install:
# Decrypt keystore
- openssl aes-256-cbc -K $encrypted_4d1d940e2c65_key -iv $encrypted_4d1d940e2c65_iv -in keystore.enc -out keystore -d

- echo 'count=0' > /home/travis/.android/repositories.cfg # Avoid warning
- ls -lar $HOME/**/*

Expand Down
Binary file added keystore.enc
Binary file not shown.

0 comments on commit f856079

Please sign in to comment.