Skip to content

Commit 470518a

Browse files
committed
Recursively initialize submodules when running on Travis-CI.
1 parent 67852a5 commit 470518a

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
@@ -14,6 +14,10 @@ env:
1414
- TEST_TYPE=deployment
1515
- TEST_TYPE=starters
1616
- TEST_TYPE=podspecs
17+
git:
18+
submodules: false
19+
before_install:
20+
- git submodule update --init --recursive
1721
install:
1822
- |
1923
if [ -n "$TEST_TYPE" ]; then

0 commit comments

Comments
 (0)