瀏覽代碼

[travis] Ensure that most recent tag is always available

Remove clone depth limit, to ensure that the most recent tag (from
which the version should be constructed) is always present.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
master
Michael Brown 5 年之前
父節點
當前提交
18dc73d27e
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml 查看文件

2
 
2
 
3
 sudo: false
3
 sudo: false
4
 
4
 
5
+git:
6
+  depth: false
7
+
5
 language: c
8
 language: c
6
 
9
 
7
 cache: ccache
10
 cache: ccache

Loading…
取消
儲存