Skip to content

Commit 820bb5b

Browse files
Remove double v in version.
1 parent 16b09fc commit 820bb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ script:
2121
- go test -v $(go list ./... | grep -v /vendor/) -cover
2222
- if [[ "$TRAVIS_BRANCH" == "$TRAVIS_TAG" ]]; then
2323
echo "Build with version ${TRAVIS_TAG}";
24-
go build -v -ldflags "-X github.com/mobingi/mobingi-cli/cmd.version=v${TRAVIS_TAG}";
24+
go build -v -ldflags "-X github.com/mobingi/mobingi-cli/cmd.version=${TRAVIS_TAG}";
2525
else
2626
echo "Start unversioned build";
2727
go build -v;

0 commit comments

Comments
 (0)