1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

Merge branch 'master' into config

This commit is contained in:
Carlos Alexandro Becker 2017-03-22 21:18:13 -03:00 committed by GitHub
commit 3c6d91d266

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"