Restrict travis clone depth to 5 (down from the default of 50)
[ci skip]
This commit is contained in:
parent
4a4673320a
commit
3540a6b1d0
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ cache:
|
|||
directories:
|
||||
- $HOME/build-cache
|
||||
|
||||
git:
|
||||
depth: 5
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue