Skip to content

Commit f640360

Browse files
committed
template: git: Improve documentation
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
1 parent e6b2d8a commit f640360

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

template.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ language: undefined
1111

1212
### Git related settings
1313
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
1516
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
1617
depth: 3
17-
# Whether or not to clone the submodules
18+
# Travis CI clones git submodules recursively by default
1819
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Submodules
19-
submodules: true
20+
#submodules: false
2021
# Whether to download Git Large File Storage assets
2122
# https://docs.travis-ci.com/user/customizing-the-build/#Git-LFS-Skip-Smudge
2223
lfs_skip_smudge: false

0 commit comments

Comments
 (0)