Skip to content

Commit f0c58d5

Browse files
committed
Try to fetch tags for versioning, mk. 5
1 parent d28481c commit f0c58d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,8 @@ before_install:
1212
- ./tests/tests-environment.sh
1313

1414
before_script:
15-
# populate tags
16-
- git fetch origin
15+
# fetch all tags
1716
- 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
2017

2118
script:
2219
- ./tests/tests-ci.sh

0 commit comments

Comments
 (0)