Skip to content

Commit 676c4bb

Browse files
committed
Update for travis release-builds.
Who knows, this might even work. Sigh.
1 parent 48aaa15 commit 676c4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99

1010
script:
1111
- go get -t -v -d $(go list ./...)
12-
- go build . -ldflags "-X main.version=$(git describe --tags)"
12+
- go build -ldflags "-X main.version=$(git describe --tags)" .
1313

1414

1515
deploy:

0 commit comments

Comments
 (0)