Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
goreleaser binary
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Feb 23, 2017
1 parent b02e6c9 commit 23c6c3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ script: make ci
after_success:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
- go get github.com/goreleaser/goreleaser
- gem install fpm
- test -n "$TRAVIS_TAG" && goreleaser
- test -n "$TRAVIS_TAG" && curl -s https://raw.githubusercontent.com/goreleaser/get/master/latest | bash
notifications:
email: false

0 comments on commit 23c6c3b

Please sign in to comment.