Skip to content
This repository was archived by the owner on Dec 6, 2019. It is now read-only.

Commit 7d8575b

Browse files
committed
Add git config to travis script
1 parent 823495e commit 7d8575b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ android:
3636
notifications:
3737
email: false
3838

39+
git:
40+
depth: 1
41+
submodules: false
42+
3943
before_install:
4044
- yes | sdkmanager "platforms;android-27"
4145
- openssl aes-256-cbc -K $encrypted_fe6090d19007_key -iv $encrypted_fe6090d19007_iv -in chrome.jks.enc -out chrome.jks -d

0 commit comments

Comments
 (0)