Skip to content

Commit

Permalink
submodules are using https already
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Mar 5, 2020
1 parent a3759a9 commit 0cc31d2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ python:
- 3.7

git:
submodules: false

before_install:
# cannot use SSH to fetch submodule
- sed -i 's#git@github.com:#https://github.com/#' .gitmodules
- git submodule update --init --recursive
- sed -i 's#https://github.com/#git@github.com:#' .gitmodules
submodules: true

install:

Expand Down

0 comments on commit 0cc31d2

Please sign in to comment.