From 194c476fc62dad4bfec88cb4c741391c2067b110 Mon Sep 17 00:00:00 2001
From: Konstantin Osipov <kostja@tarantool.org>
Date: Wed, 21 Feb 2018 21:49:28 +0300
Subject: [PATCH] travis: remove an obsolete pre-build hack

We made a mistake when tagging 1.7.5, which confused git describe.
Now we have added more tags and the hack with removal can be deleted.
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 6ddb78d77c..b0a652ae6a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -72,7 +72,6 @@ matrix:
         os: osx
 
 script:
-  - git tag -d 1.7.5
   - make -f .travis.mk ${TARGET}
 
 before_deploy:
-- 
GitLab