Skip to content

Commit

Permalink
Update for travis release-builds.
Browse files Browse the repository at this point in the history
Who knows, this might even work.  Sigh.
  • Loading branch information
skx committed Aug 11, 2017
1 parent 48aaa15 commit 676c4bb
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 @@ -9,7 +9,7 @@ matrix:

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


deploy:
Expand Down

0 comments on commit 676c4bb

Please sign in to comment.