Skip to content

Commit ef06747

Browse files
committed
Add cert store for Travis builds (encrypted)
1 parent 3845957 commit ef06747

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ captures/
4545
.idea/caches
4646

4747
# Keystore files
48-
# Uncomment the following line if you do not want to check your keystore files in.
49-
#*.jks
48+
*.jks
5049

5150
# External native build folder generated in Android Studio 2.2 and later
5251
.externalNativeBuild

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,9 @@ android:
66
- build-tools-29.0.2
77
- android-28
88

9+
before_install:
10+
- >-
11+
openssl aes-256-cbc -K $encrypted_410c058128c0_key -iv $encrypted_410c058128c0_iv
12+
-in android-travis-cert-store.enc -out ./android-travis-cert-store -d
13+
914
script: ./gradlew build

android-travis-cert-store.enc

2.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)