From 7a42fe2df5eefe74a4098900ec38578c0377e018 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 17 Nov 2016 00:49:01 +0100 Subject: [PATCH] travis-ci: Also fetching all tags --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5f385db..95d4f06 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,10 @@ env: services: - docker +before_script: + # fetch all tags (not done due travis cloning with depth=50) + - git fetch --tags + script: # build the debian package - wget -O- http://travis.debian.net/script.sh | sh -