aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-03-30 14:54:56 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2018-03-30 14:54:56 +0200
commit9df1a9c00448608f93713ea5901d33d0e57870f1 (patch)
tree7ec9a5963e90251a6ff19e904efa1d3eacc8ced9 /.travis.yml
parent8203c4c42ed8c033042c58db208fa565011b003f (diff)
downloadbitcoin-9df1a9c00448608f93713ea5901d33d0e57870f1.tar.xz
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.
Diffstat (limited to '.travis.yml')
-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