We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c98dd commit d28481cCopy full SHA for d28481c
.travis.yml
@@ -14,6 +14,7 @@ before_install:
14
before_script:
15
# populate tags
16
- git fetch origin
17
+ - git fetch --unshallow
18
- git rev-list --tags --skip=1 --max-count=1
19
- git describe --tags $(git rev-list --tags --skip=1 --max-count=1) --abbrev=0
20
0 commit comments