travis-ci: Also fetching all tags
This commit is contained in:
parent
a4b8d68a45
commit
7a42fe2df5
|
@ -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 -
|
||||
|
|
Loading…
Reference in a new issue