summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2017-09-03 16:20:19 +0200
committerCarlos Martín Nieto <[email protected]>2017-09-03 19:53:33 +0200
commit7f31dccb8ffcec845d080230a2c539e002402758 (patch)
tree5ad60fd6af0a3bf72e99693506eb7bd2933a49d5
parent0ebe7220d7d82629168f03eb9d3257ee1476cca9 (diff)
travis: don't update submodules recursively
We have invalid submodules for testing and Travis gets unhappy.
-rw-r--r--.travis.yml6
1 files changed, 6 insertions, 0 deletions
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