travis: don't go recursive with the submodules

This commit is contained in:
Carlos Martín Nieto 2017-05-22 09:25:41 +02:00 committed by Carlos Martín Nieto
parent 22da146353
commit b2ec6e6bfc
1 changed files with 7 additions and 0 deletions

View File

@ -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