From b2ec6e6bfc5708a2569b63dee33898b23d1eea3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 22 May 2017 09:25:41 +0200 Subject: [PATCH] travis: don't go recursive with the submodules --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6131e6d..d073581 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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