mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
test: Remove travis checkout depth
Tests on branches of non-head commits are failing, because the depth of
1 doesn't allow checking them out.
Remove `depth` as was the case before fa44af5cd2,
so that Travis can determine the minimum depth to check out.
This commit is contained in:
@@ -8,8 +8,6 @@ cache:
|
||||
- depends/built
|
||||
- depends/sdk-sources
|
||||
- $HOME/.ccache
|
||||
git:
|
||||
depth: 1
|
||||
env:
|
||||
global:
|
||||
- MAKEJOBS=-j3
|
||||
|
||||
Reference in New Issue
Block a user