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 f24bbbf commit 08bb9a4Copy full SHA for 08bb9a4
.travis.yml
@@ -54,3 +54,8 @@ notifications:
54
55
# We don't want to run `mvn install -DskipTests=true` for downloading project's dependencies
56
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