aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2020-01-03 00:14:03 +0100
committerMichael Brown <mcb30@ipxe.org>2020-01-03 00:14:03 +0100
commit18dc73d27edb55ebe9cb13c58d59af3da3bd374b (patch)
tree8628e062e6b858266be589036da66306f230496b
parent8f1514a00450119b04b08642c55aa674bdf5a4ef (diff)
downloadipxe-18dc73d27edb55ebe9cb13c58d59af3da3bd374b.zip
ipxe-18dc73d27edb55ebe9cb13c58d59af3da3bd374b.tar.gz
ipxe-18dc73d27edb55ebe9cb13c58d59af3da3bd374b.tar.bz2
[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>
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e75158..43849cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ dist: trusty
sudo: false
+git:
+ depth: false
+
language: c
cache: ccache