Skip to content

Commit

Permalink
Remove double v in version.
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 26, 2017
1 parent 16b09fc commit 820bb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script:
- go test -v $(go list ./... | grep -v /vendor/) -cover
- if [[ "$TRAVIS_BRANCH" == "$TRAVIS_TAG" ]]; then
echo "Build with version ${TRAVIS_TAG}";
go build -v -ldflags "-X github.com/mobingi/mobingi-cli/cmd.version=v${TRAVIS_TAG}";
go build -v -ldflags "-X github.com/mobingi/mobingi-cli/cmd.version=${TRAVIS_TAG}";
else
echo "Start unversioned build";
go build -v;
Expand Down

0 comments on commit 820bb5b

Please sign in to comment.