diff --git a/.travis.yml b/.travis.yml index 7bc0e77..20a6489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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