travis: don't go recursive with the submodules
This commit is contained in:
parent
22da146353
commit
b2ec6e6bfc
|
@ -7,6 +7,13 @@ go:
|
|||
|
||||
script: make test-static
|
||||
|
||||
# The default of --recursive chokes on the libgit2 tests
|
||||
git:
|
||||
submodules: false
|
||||
|
||||
before_install:
|
||||
- git submodule update --init
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- go: tip
|
||||
|
|
Loading…
Reference in New Issue