Procházet zdrojové kódy

[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 před 4 roky
rodič
revize
18dc73d27e
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3
    0
      .travis.yml

+ 3
- 0
.travis.yml Zobrazit soubor

@@ -2,6 +2,9 @@ dist: trusty
2 2
 
3 3
 sudo: false
4 4
 
5
+git:
6
+  depth: false
7
+
5 8
 language: c
6 9
 
7 10
 cache: ccache

Načítá se…
Zrušit
Uložit