From 7f31dccb8ffcec845d080230a2c539e002402758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sun, 3 Sep 2017 16:20:19 +0200 Subject: [PATCH] travis: don't update submodules recursively We have invalid submodules for testing and Travis gets unhappy. --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6131e6d..ffbba64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,12 @@ matrix: allow_failures: - go: tip +git: + submodules: false + +before_install: + - git submodule update --init + branches: only: - master