mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-22 14:35:07 +02: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 fa44af5cd2152a21da9ef3e48c073a668bf2df27, so that Travis can determine the minimum depth to check out.
This commit is contained in:
parent
8203c4c42e
commit
9df1a9c004
@ -8,8 +8,6 @@ cache:
|
||||
- depends/built
|
||||
- depends/sdk-sources
|
||||
- $HOME/.ccache
|
||||
git:
|
||||
depth: 1
|
||||
env:
|
||||
global:
|
||||
- MAKEJOBS=-j3
|
||||
|
Loading…
x
Reference in New Issue
Block a user