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 d28481c commit f0c58d5Copy full SHA for f0c58d5
.travis.yml
@@ -12,11 +12,8 @@ before_install:
12
- ./tests/tests-environment.sh
13
14
before_script:
15
- # populate tags
16
- - git fetch origin
+ # fetch all tags
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
21
script:
22
- ./tests/tests-ci.sh
0 commit comments