Skip to content

Commit

Permalink
[Tests] ensure travis can access public repo submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 10, 2024
1 parent c6cfc3a commit c739c84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ addons:
# - gcc-4.8
# - g++-4.8

# https://gist.github.com/iedemam/9830045
git:
submodules: false

cache:
ccache: true
directories:
Expand All @@ -16,6 +20,11 @@ cache:
before_install:
- sudo sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf
- sudo update-ca-certificates -f

# https://gist.github.com/iedemam/9830045
- sed -i 's/[email protected]:/git:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive

- $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL
- curl --version
- wget --version
Expand Down

0 comments on commit c739c84

Please sign in to comment.