Skip to content

Commit 9d17177

Browse files
committed
Removed --depth 1
1 parent 42b499e commit 9d17177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ install:
2121
- cd ..
2222
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
2323
- cd boost-root
24-
- git submodule update --init --depth 1 tools/build
25-
- git submodule update --init --depth 1 libs/config
26-
- git submodule update --init --depth 1 tools/boostdep
24+
- git submodule update --init tools/build
25+
- git submodule update --init libs/config
26+
- git submodule update --init tools/boostdep
2727
- cp -r $TRAVIS_BUILD_DIR/* libs/lambda
2828
- python tools/boostdep/depinst/depinst.py lambda
2929
- ./bootstrap.sh

0 commit comments

Comments
 (0)