Browse Source

Try to fetch tags for versioning, mk. 3

master
TheAssassin 7 years ago
parent
commit
28c98dd72b
  1. 2
      .travis.yml

2
.travis.yml

@ -14,6 +14,8 @@ before_install:
before_script: before_script:
# populate tags # populate tags
- git fetch origin - git fetch origin
- git rev-list --tags --skip=1 --max-count=1
- git describe --tags $(git rev-list --tags --skip=1 --max-count=1) --abbrev=0
script: script:
- ./tests/tests-ci.sh - ./tests/tests-ci.sh

Loading…
Cancel
Save