Skip to content

Commit

Permalink
Deploy releases with gorelease from travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherGitProfile committed Feb 27, 2019
1 parent 62350b4 commit 9e5584d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ env:
- GO111MODULE=on
script:
- go build .
deploy:
- provider: script
skip_cleanup: true
script: curl -sL https://git.io/goreleaser | bash
on:
tags: true
condition: $TRAVIS_OS_NAME = linux

0 comments on commit 9e5584d

Please sign in to comment.