We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b09fc commit 820bb5bCopy full SHA for 820bb5b
.travis.yml
@@ -21,7 +21,7 @@ script:
21
- go test -v $(go list ./... | grep -v /vendor/) -cover
22
- if [[ "$TRAVIS_BRANCH" == "$TRAVIS_TAG" ]]; then
23
echo "Build with version ${TRAVIS_TAG}";
24
- 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}";
25
else
26
echo "Start unversioned build";
27
go build -v;
0 commit comments