You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-09-16 09:26:52 +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:
@@ -2,7 +2,7 @@ language: go
|
|||||||
go: 1.8
|
go: 1.8
|
||||||
install: make setup
|
install: make setup
|
||||||
script:
|
script:
|
||||||
- make ci
|
- make test
|
||||||
after_success:
|
after_success:
|
||||||
- go get github.com/mattn/goveralls
|
- go get github.com/mattn/goveralls
|
||||||
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
|
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken="$COVERALLS_TOKEN"
|
||||||
|
Reference in New Issue
Block a user