Skip to content

Commit 08bb9a4

Browse files
committed
.travis.yml: clone repository with a depth of 1 commit.
No functional changes.
1 parent f24bbbf commit 08bb9a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ notifications:
5454

5555
# We don't want to run `mvn install -DskipTests=true` for downloading project's dependencies
5656
install: true
57+
58+
# Clone repository with a depth of 1 commit.
59+
# https://docs.travis-ci.com/user/customizing-the-build/#Git-Clone-Depth
60+
git:
61+
depth: 1 # default: 50

0 commit comments

Comments
 (0)