We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1cec52 commit fe584e7Copy full SHA for fe584e7
.travis.yml
@@ -14,7 +14,7 @@ env:
14
15
git:
16
# for cloning
17
- depth: 200
+ depth: 300
18
19
matrix:
20
fast_finish: true
appveyor.yml
@@ -9,7 +9,7 @@ matrix:
9
fast_finish: true # immediately finish build once one of the jobs fails.
10
11
# set clone depth
12
-clone_depth: 200
+clone_depth: 300
13
environment:
global:
0 commit comments