Merge #12839: test: Remove travis checkout depth

9df1a9c test: Remove travis checkout depth (Wladimir J. van der Laan)

Pull request description:

  Travis tests on branches of non-head commits are failing, because the depth of 1 doesn't allow checking them out.

  E.g.: https://travis-ci.org/bitcoin/bitcoin/jobs/360227253

  Remove `depth` as was the case before fa44af5cd2, so that Travis can determine the minimum depth to check out.

Tree-SHA512: f193939cbef2aadd8d88fe522bd5ea84a3b72899f043279e3e8b546a70875a85561adf53e3f70c288833382eb71576c8fb6ef4db0588894c609fb58f5afce6df
This commit is contained in:
Wladimir J. van der Laan 2018-03-30 16:16:48 +02:00
commit 40f4baffa2
No known key found for this signature in database
GPG key ID: 1E4AED62986CD25D

View file

@ -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