travis: don't update submodules recursively

We have invalid submodules for testing and Travis gets unhappy.
This commit is contained in:
Carlos Martín Nieto 2017-09-03 16:20:19 +02:00
parent 0ebe7220d7
commit 7f31dccb8f
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@ matrix:
allow_failures:
- go: tip
git:
submodules: false
before_install:
- git submodule update --init
branches:
only:
- master