mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 06:43:45 +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/built
|
||||||
- depends/sdk-sources
|
- depends/sdk-sources
|
||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
git:
|
|
||||||
depth: 1
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- MAKEJOBS=-j3
|
- MAKEJOBS=-j3
|
||||||
|
|||||||
Reference in New Issue
Block a user