We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b8fa commit 253af38Copy full SHA for 253af38
.travis.yml
@@ -32,7 +32,7 @@ before_install:
32
- travis_retry sudo apt-get update -qq
33
- travis_retry sudo apt-get install -y -qq yarn
34
- chmod +x ./android/gradlew
35
- - 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
36
# - gem install fastlane --no-rdoc --no-ri --no-document --quiet
37
install:
38
- yarn install
0 commit comments