Skip to content

Commit 9df1a9c

Browse files
committed
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 fa44af5, so that Travis can determine the minimum depth to check out.
1 parent 8203c4c commit 9df1a9c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ cache:
88
- depends/built
99
- depends/sdk-sources
1010
- $HOME/.ccache
11-
git:
12-
depth: 1
1311
env:
1412
global:
1513
- MAKEJOBS=-j3

0 commit comments

Comments
 (0)