From 0c351a9d28aa1c08bb57f5421650246dd0aeeeec Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 7 Jan 2017 14:21:44 +0200 Subject: [PATCH] Remove --depth 1 from git submodule update --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fbd0db9..a9f30d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,7 @@ install: - git submodule init libs/utility - git submodule init libs/winapi - git submodule init tools/build - - git submodule update --depth 1 + - git submodule update - cp -r $TRAVIS_BUILD_DIR/* libs/function - ./bootstrap.sh - ./b2 headers