aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-03-30 16:16:48 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2018-03-30 16:17:09 +0200
commit40f4baffa211fc354a32de65c87802ce5ae379ef (patch)
tree7ec9a5963e90251a6ff19e904efa1d3eacc8ced9
parent8203c4c42ed8c033042c58db208fa565011b003f (diff)
parent9df1a9c00448608f93713ea5901d33d0e57870f1 (diff)
downloadbitcoin-40f4baffa211fc354a32de65c87802ce5ae379ef.tar.xz
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 fa44af5cd2152a21da9ef3e48c073a668bf2df27, so that Travis can determine the minimum depth to check out. Tree-SHA512: f193939cbef2aadd8d88fe522bd5ea84a3b72899f043279e3e8b546a70875a85561adf53e3f70c288833382eb71576c8fb6ef4db0588894c609fb58f5afce6df
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 6e3fc5144c..69397c26bf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,6 @@ cache:
- depends/built
- depends/sdk-sources
- $HOME/.ccache
-git:
- depth: 1
env:
global:
- MAKEJOBS=-j3