1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

Merge branch 'master' into validate-goos-goarch

This commit is contained in:
Carlos Alexandro Becker 2017-03-22 21:17:59 -03:00 committed by GitHub
commit 3b7fc81353

View File

@ -2,7 +2,7 @@ language: go
go: 1.8
install: make setup
script:
- make ci
- make test
after_success:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"