Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 authored Feb 26, 2017
1 parent c861cc3 commit 4c462e8
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 @@ -7,8 +7,7 @@ script:
- go test -cover `glide nv`
- go run main.go --org getantibody
after_success:
- go get github.com/goreleaser/goreleaser
- gem install fpm
- test -n "$TRAVIS_TAG" && goreleaser
- test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash
notifications:
email: false

0 comments on commit 4c462e8

Please sign in to comment.