Skip to content

Commit f3caf5f

Browse files
committed
ci: fetch git repository without limits
- default depth=50 is to small to get the latest tag Change-Id: I108f48865736c5afbd6e1e53648101a5f70701f8 Signed-off-by: Jacek Danecki <[email protected]>
1 parent c238a4d commit f3caf5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ compiler:
44
sudo: required
55
services:
66
- docker
7-
7+
git:
8+
depth: false
89
matrix:
910
include:
1011
- os: linux

0 commit comments

Comments
 (0)