From 5ebcc94ee484d66ad2799a3dc573cd87395c298d Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 15 Oct 2016 04:34:08 +0200 Subject: travis: increase git clone depth when --depth=50 is not enough to run your tests because `git describe` fails to find the latest commit with a tag, it probably means that you are not doing enough releases... --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 9d47280..5c97bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ addons: - rpm - valgrind +git: + depth: 100 + + compiler: - clang - gcc -- cgit v1.2.3-18-g5258