We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4587484 commit ed3c142Copy full SHA for ed3c142
.travis.yml
@@ -35,7 +35,7 @@ addons:
35
- build-essential
36
37
before_install:
38
- - git tag -l "$VERSION" || git tag "$VERSION"
+ - git tag "$VERSION"
39
- |
40
if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
41
export CHOOSENIM_NO_ANALYTICS=1
0 commit comments