mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
actually running goreleaser on builds
This commit is contained in:
parent
e1b1bf28af
commit
d7322f7d84
@ -5,6 +5,7 @@ install:
|
||||
- gem install fpm
|
||||
script:
|
||||
- make test
|
||||
- go run --skip-validate --skip-publish
|
||||
after_success:
|
||||
- go get github.com/mattn/goveralls
|
||||
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
|
||||
|
Loading…
x
Reference in New Issue
Block a user