Remove --depth 1 from git submodule update

This commit is contained in:
Peter Dimov
2017-01-07 14:21:44 +02:00
parent 79a557a340
commit 0c351a9d28

View File

@ -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