Update travis config yet again.

This commit is contained in:
Tony Blyler 2016-05-16 22:17:59 -04:00
parent 85df9d87cd
commit 31bf3fca93
No known key found for this signature in database
GPG key ID: 25C9D3A655D1A65C

View file

@ -11,5 +11,5 @@ before_install:
- go get github.com/tcnksm/ghr
after_success:
- gox -ldflags "-X 'main.buildVersion=$BUILD_VERSION' -X 'main.buildDate=$DATE'" -output "dist/ncd_{{.OS}}_{{.Arch}}" ./cmd/hoarder
- ghr --username tblyler --token $GITHUB_TOKEN --replace --prerelease --debug pre-release dist/
- gox -ldflags "-X 'main.buildVersion=$BUILD_VERSION' -X 'main.buildDate=$DATE'" -output "dist/hoarder_{{.OS}}_{{.Arch}}" ./cmd/hoarder
- ghr --username tblyler --token $GITHUB_TOKEN --replace --prerelease --debug v0.1.0 dist/