File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,13 @@ language: undefined
11
11
12
12
# ## Git related settings
13
13
git :
14
- # You may limit the depth of history cloned by Travis CI if you don't do Git operations depend on it(default: 50)
14
+ # You may limit the depth of history cloned by Travis CI if you don't depend on it(default: 50)
15
+ # You may also remove the depth limitation entirely by setting the `depth` key to `false
15
16
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
16
17
depth : 3
17
- # Whether or not to clone the submodules
18
+ # Travis CI clones git submodules recursively by default
18
19
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Submodules
19
- submodules : true
20
+ # submodules: false
20
21
# Whether to download Git Large File Storage assets
21
22
# https://docs.travis-ci.com/user/customizing-the-build/#Git-LFS-Skip-Smudge
22
23
lfs_skip_smudge : false
You can’t perform that action at this time.
0 commit comments