diff --git a/.travis.yml b/.travis.yml index f7d43b3..8d862ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ addons: - build-essential before_install: - - git tag "$VERSION" + - git tag -l "$VERSION" || git tag "$VERSION" - | if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then export CHOOSENIM_NO_ANALYTICS=1 @@ -64,4 +64,3 @@ deploy: skip_cleanup: true on: repo: Mobilpadde/tinylog - tags: true