Skip to content

Commit

Permalink
Fix travis tags?
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobilpadde committed Nov 2, 2018
1 parent ed3c142 commit 186d01d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,4 +64,3 @@ deploy:
skip_cleanup: true
on:
repo: Mobilpadde/tinylog
tags: true

0 comments on commit 186d01d

Please sign in to comment.