Skip to content

Commit 186d01d

Browse files
committed
Fix travis tags?
1 parent ed3c142 commit 186d01d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ addons:
3535
- build-essential
3636

3737
before_install:
38-
- git tag "$VERSION"
38+
- git tag -l "$VERSION" || git tag "$VERSION"
3939
- |
4040
if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
4141
export CHOOSENIM_NO_ANALYTICS=1
@@ -64,4 +64,3 @@ deploy:
6464
skip_cleanup: true
6565
on:
6666
repo: Mobilpadde/tinylog
67-
tags: true

0 commit comments

Comments
 (0)