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

trying to run gometalinter on build again

This commit is contained in:
Carlos Alexandro Becker 2017-04-09 10:44:37 -03:00
parent 9185da1f5d
commit 9984b5e770
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

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