From 4c330bfb16a94cfc7df35d669444caaf06c63182 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 8 Aug 2019 12:16:42 +0300 Subject: [PATCH] Increase travis git depth, because otherwise it fails git describe when there were no tags last x commits --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9140c2f10..3f0f83bc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ os: linux language: python +git: + depth: 400 python: - 3.6 matrix: