Skip to content

Commit

Permalink
update pre-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrexus committed May 20, 2017
1 parent 950bcfc commit 1611540
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 @@ -8,4 +8,4 @@ before_install:
- go get github.com/tcnksm/ghr
after_success:
- gox -osarch="darwin/amd64 linux/386 linux/amd64 linux/arm windows/386 windows/amd64" -output "dist/{{.OS}}_{{.Arch}}_{{.Dir}}"
- ghr -u andrexus --token $GITHUB_TOKEN --replace --prerelease v0.1.0 dist/
- ghr -u andrexus --token $GITHUB_TOKEN --replace --prerelease v0.1.1 dist/

0 comments on commit 1611540

Please sign in to comment.