Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavik66 committed Dec 17, 2018
1 parent b50b8fa commit 253af38
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 @@ -32,7 +32,7 @@ before_install:
- travis_retry sudo apt-get update -qq
- travis_retry sudo apt-get install -y -qq yarn
- chmod +x ./android/gradlew
- openssl aes-256-cbc -K $encrypted_a4686187fef3_key -iv $encrypted_a4686187fef3_iv -in TestKeyStore.jsk.enc -out ./android/app/TestKeyStore.jsk-d
- openssl aes-256-cbc -K $encrypted_a4686187fef3_key -iv $encrypted_a4686187fef3_iv -in ./android/app/TestKeyStore.jsk.enc -out ./android/app/TestKeyStore.jsk-d
# - gem install fastlane --no-rdoc --no-ri --no-document --quiet
install:
- yarn install
Expand Down

0 comments on commit 253af38

Please sign in to comment.