Skip to content

Commit 253af38

Browse files
committed
update travis
1 parent b50b8fa commit 253af38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232
- travis_retry sudo apt-get update -qq
3333
- travis_retry sudo apt-get install -y -qq yarn
3434
- 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
35+
- openssl aes-256-cbc -K $encrypted_a4686187fef3_key -iv $encrypted_a4686187fef3_iv -in ./android/app/TestKeyStore.jsk.enc -out ./android/app/TestKeyStore.jsk-d
3636
# - gem install fastlane --no-rdoc --no-ri --no-document --quiet
3737
install:
3838
- yarn install

0 commit comments

Comments
 (0)