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

temporarely disabling gometalinter

it is unbearably slow right now and builds are randomly failing on travis because of it.
This commit is contained in:
Carlos Alexandro Becker 2017-03-22 21:17:49 -03:00
parent a505f74627
commit 62f60003b0
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 ci
- make test
after_success:
- go get github.com/mattn/goveralls
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"