Skip to content

Commit b6f4929

Browse files
committed
Try fixing the submodule update by https-ing. Not using SSH key yet
1 parent 96e48a1 commit b6f4929

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
language:
22
android
3+
4+
git:
5+
submodules: false
6+
before_install:
7+
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
8+
- git submodule update --init --recursive
39
android:
410
components:
511
- platform-tools

0 commit comments

Comments
 (0)