deployment: remove unused linteres from travis

This commit is contained in:
Bobby DeSimone 2019-07-16 00:02:06 -07:00
parent 6453926f2e
commit 5b825dbffa
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E

View file

@ -1,24 +1,21 @@
language: go
go:
- 1.x
- tip
- 1.x
- tip
cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod
matrix:
allow_failures:
- go: tip
- go: tip
fast_finish: true
install:
- go get -u golang.org/x/lint/golint
- go get honnef.co/go/tools/cmd/staticcheck
script:
- env GOPROXY=https://proxy.golang.org GO111MODULE=on make all
- env GO111MODULE=on make cover
- env GO111MODULE=on make release
- env GOPROXY=https://proxy.golang.org GO111MODULE=on make all
- env GO111MODULE=on make cover
- env GO111MODULE=on make release
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
deploy:
provider: releases
api_key: