We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b499e commit 9d17177Copy full SHA for 9d17177
.travis.yml
@@ -21,9 +21,9 @@ install:
21
- cd ..
22
- git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
23
- 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
+ - git submodule update --init tools/build
+ - git submodule update --init libs/config
+ - git submodule update --init tools/boostdep
27
- cp -r $TRAVIS_BUILD_DIR/* libs/lambda
28
- python tools/boostdep/depinst/depinst.py lambda
29
- ./bootstrap.sh
0 commit comments