diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-03-30 14:54:56 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-03-30 14:54:56 +0200 |
| commit | 9df1a9c00448608f93713ea5901d33d0e57870f1 (patch) | |
| tree | 7ec9a5963e90251a6ff19e904efa1d3eacc8ced9 | |
| parent | Merge #12740: Add native support for serializing char arrays without FLATDATA (diff) | |
| download | discoin-9df1a9c00448608f93713ea5901d33d0e57870f1.tar.xz discoin-9df1a9c00448608f93713ea5901d33d0e57870f1.zip | |
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.
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6e3fc5144..69397c26b 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 |