Skip to content

Commit 62e24e8

Browse files
committed
Clone libmaxminddb recursively
1 parent 5652195 commit 62e24e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ python:
88

99
before_install:
1010
- git submodule update --init --recursive
11-
- git clone git://github.com/maxmind/libmaxminddb
11+
- git clone --recursive git://github.com/maxmind/libmaxminddb
1212
- cd libmaxminddb
1313
- ./bootstrap
1414
- ./configure

0 commit comments

Comments
 (0)