From 75a83f6e54d55808aec6ab6da8d7bbabcd972135 Mon Sep 17 00:00:00 2001 From: David Gauchard Date: Tue, 11 Dec 2018 16:53:11 +0100 Subject: [PATCH] git: depth 1, submodules not recursive --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 276b39314..34810ec71 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,13 @@ cache: directories: - $HOME/astyle +git: + depth: 1 + submodules: false + +before_install: + - git submodule update --init + stages: - build - deploy